action-gh-release
action-gh-release copied to clipboard
Use semantic versioning for the stable release `v1`
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
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.
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.