We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: