action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

Use semantic versioning for the stable release `v1`

Open erdaltsksn opened this issue 3 years ago • 2 comments

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

erdaltsksn avatar Jun 05 '22 18:06 erdaltsksn

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.


dtolnay avatar Jun 29 '22 14:06 dtolnay

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.

erdaltsksn avatar Jun 29 '22 19:06 erdaltsksn