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

Use semantic versioning for the stable release v1 #237

Open
erdaltsksn opened this issue Jun 5, 2022 · 2 comments
Open

Use semantic versioning for the stable release v1 #237

erdaltsksn opened this issue Jun 5, 2022 · 2 comments

Comments

@erdaltsksn
Copy link

Semantic versioning uses the major.minor.patch-suffix scheme. Are there any particular reasons not use it?

Note: You were using it until the first stable version: v1. It should be like v1.0.0

See: https://semver.org

@dtolnay
Copy link

dtolnay commented Jun 29, 2022

GitHub Actions release tags are not semantic version numbers. See https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management.


@erdaltsksn
Copy link
Author

GitHub Actions release tags are not semantic version numbers. See https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management.

  • The second item on the list: Create a release using semantic versioning...

Moving major version tags to point current release can be extra work. I can understand if you don't want extra work to keep up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants