mathieudutour / mathieudutour/release-github-action
handle semver
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
`npx release-github-action patch`
have 3 types of tags:
- `x`
- `x.y`
- `x.y.z`
Where `x` points to the latest `x.y` and `x.y` points to the latest `x.y.z`
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 the `npx release-github-action patch` entry point and how it currently creates tags; no source file or test is named in the issue. Verify the behavior for `x`, `x.y`, and `x.y.z`, including each alias pointing to the latest tag at the next level. Done means patch releases update all three tag forms consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100