From 8125e4ac39b179886b11440883b0737d24500228 Mon Sep 17 00:00:00 2001 From: Cody Scott Date: Thu, 7 Dec 2023 15:31:30 -0500 Subject: [PATCH] Update release steps --- deployment.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deployment.md b/deployment.md index 18f0a9c..244405a 100644 --- a/deployment.md +++ b/deployment.md @@ -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