mathieudutour / mathieudutour/github-tag-action
Help to add suffix non-release tags only
- Dominant language
- TypeScript
- Stars
- 733
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
How do I need to configure my action to have this tagging when I commit on any branch but master?
Example:
Previous version is v2.2.1
I create a PR, and every commit in the PR should be tagged like this : v2.2.2-dev.0 , v2.2.2-dev.1, v2.2.2-dev.2
Then when I merge the PR to master, I have would like to have : v2.2.2
I'm almost sure this is possible, since I've seen similar stuff on reported issues, but I can find de correct way to configure the action to even add a suffix.
Thank you
Contributor guide
Research direction
Start by reviewing the GitHub Action's available configuration and current tag-generation behavior for commits on non-master branches. Verify whether the requested dev suffix sequence and final master tag can be supported, and document or implement the behavior so the example produces the stated tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, typescript
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100