Amstrax - release procedure
Making releases is essential to maintaining the code in order to do this one needs to follow the following steps:
Check which changes where made (which pull requests are merged)
Update the
HISTORY.mdfileGo to the
amstraxfolder and increment the version withbumpversion patch(orbumpversion minorif there are a lot of fundamental changes)Upload to master
git pushAdd a tag
git push --tags; git pushCreate a new release by clicking
Draft a new releaseThere should be a tag that you just created, select it and copy past the code that you just wrote in the
HISTORY.md-fileIf all goes well, the new version should become available on PIPY in a few minutes