Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 567 Bytes

updating.md

File metadata and controls

16 lines (13 loc) · 567 Bytes

What needs to be updated when making a new release

Put new version into:

Summarize changes in:

  • CHANGELOG.md

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