Open
Description
Peridot currently uses an "increment after" approach when releasing. Meaning we release, then bump the version to reflect that.
This is a little silly as we end up with releases that have a commit basically reflecting a version number changing. Not very useful or accurate.
Releasing should release the current version in progress, and then increment the version to reflect what is currently being worked on.
Activity