Skip to content
New issue

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

Fix #478: Use SemVer RC versioning #479

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ All contributors should submit their changes via pull requests. If you're not fa
2. Each commit must include a DCO [Developer's Certificate of Origin](#developers-certificate-of-origin-11)
3. Describe your change in as much detail as possible.
4. Confirm that you have tested the changes, and the server run was error free.
5. Update the schema version in `/version.json` file. Updates to the version string must follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6. Check the Preview tab to ensure everything looks as expected.
7. Once the PR is ready, request an approver and submit it.
5. Check the Preview tab to ensure everything looks as expected.
6. Once the PR is ready, request an approver and submit it.

* * *

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.99.2"
"version": "1.0.0-rc.2"
}