Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 7, 2023
1 parent 01bb39d commit 8125e4a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deployment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
### Deployment
### Release Steps

- Change version in setup.cfg
- Add changes to CHANGELOG.md

```shell
git add -u
git commit -m "Version X"
git push origin main
# Remove __pycache__ directories
cd ..
rm -rf htmd
git clone git@github.com:Siecje/htmd.git
cd htmd
python3 -m venv venv
Expand Down

0 comments on commit 8125e4a

Please sign in to comment.