Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/SED-ML/KiSAO into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 10, 2024
2 parents ca5604d + 0a36fba commit 1a7113c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Put new version into:
Summarize changes in:
* CHANGELOG.md

Then when everything is merged and passes the tests, tag the release
Then when everything is merged and passes the tests, tag the release:
```
git tag -a 2.34 -m "version 2.34"
git push origin --tags
git push origin --tags
```

0 comments on commit 1a7113c

Please sign in to comment.