mathieudutour / mathieudutour/github-tag-action
Option to remove v from start of custom_tag
Open
- Dominant language
- TypeScript
- Stars
- 733
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
Currently if I specify a custom_tag as `sometext-${{ someversionnumber}}` the tag that gets applied is prefixed with a `'v' character.
There doesn't seem to be the option to exclude the `'v'.
Contributor guide
Research direction
Start by locating how the GitHub Action reads custom_tag and assembles the version tag, then inspect the existing tag-generation behavior. Add a way for custom_tag users to omit the leading “v” and verify that the generated tag matches the requested format without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github-actions, typescript
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100