mathieudutour / mathieudutour/github-tag-action
Add prerelease flag to output
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 733
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
Outputting if the tag was a prerelease would help in combination with https://github.com/ncipollo/release-action to mark the Release as a prerelease instead of having to evaluate it in its own step.
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
The issue names no file, test, or entry point. Start by tracing how this TypeScript GitHub Action declares and emits outputs, then identify where the tag's prerelease status is available. Done means consumers such as release-action can use the emitted prerelease value without a separate evaluation step.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100