mathieudutour / mathieudutour/release-github-action

handle semver

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.