Update development.md

This commit is contained in:
Miikka Koskinen 2021-04-23 17:53:53 +03:00 committed by GitHub
parent 51a26ed052
commit 2638041e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,22 @@ java -version
# new version
./scripts/set-version "1.0.0"
./scripts/lein-modules install
# create a release commit and a tag
git add -u
git commit -m "Release 1.0.0"
git tag 1.0.0
# works
./scripts/lein-modules install
lein test
# deploy to clojars
./scripts/lein-modules do clean, deploy clojars
# push the commit and the tag
git push
git push --tags
```
Remember to update the changelog as well!