Add an option to also create minor tag?
See original GitHub issueIssue Description
v1
- major
v1.2
- minor
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How To Create Git Tags - devconnected
In order to create a Git tag for a specific commit, use the “git tag” command with the tag name and the commit...
Read more >Git - Tagging - Git SCM
In this section, you'll learn how to list existing tags, how to create and delete tags, ... you can also use the --tags...
Read more >Publish NuGet packages with Azure Pipelines (YAML/Classic)
This format will create a new prerelease label for the build and package while keeping the major, minor, and patch versions constant.
Read more >Releases - GitLab Docs
When you create a release, or after, you can: Add release notes. Add a message for the Git tag associated with the release....
Read more >Optional minor and patch versions · Issue #237 - GitHub
The generated semver version "abuses" the semver spec by creating a "fake" pre-release version by using a dash after the most recent "real"...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This has garnered enough attention, that I will now consider it for version 3
@smac89 The docs seem to advise to do the same for minor versions: https://docs.github.com/en/actions/creating-actions/releasing-and-maintaining-actions#example-developer-process