mathieudutour / mathieudutour/github-tag-action
Add pre-release configuration for custom tags
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 733
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
I use custom tags as read out of a project file in order to do the tagging, but I would also like to be able to use pre-preleases with it. The features of this allow for pre-release bumping with v0.0.0-branch and marking the tag as a pre-release.
But when using a custom tag none of this happens. I can't even specify if I want this to be a pre-release or not regardless of any automatic features.
So, at the very least allow the marking of a pre-prelease as an input variable or something.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how custom tags are read from the project file and how the existing pre-release bumping and tag-marking behavior is handled. Define the configuration input for explicitly marking a custom tag as a pre-release, while preserving the automatic behavior described in the issue; done when both choices work for custom 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
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100