Skip to content

Commit c17560d

Browse files
DutchmanNLCopilot
andauthored
Update .github/ISSUE_TEMPLATE/release_creation.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe92ddb commit c17560d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/release_creation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ body:
6161
```bash
6262
git tag --sort=-v:refname | head -5
6363
```
64-
2. Identify the most recent version tag and determine type:
64+
2. Check existing GitHub releases to see which tags already have releases:
65+
```bash
66+
gh release list --limit 10
67+
```
68+
3. Identify the most recent version tag **that does not yet have a GitHub release** and determine type:
6569
- **Minor release** (x.Y.0): Must summarize ALL patch version release notes since last minor
6670
- **Major release** (X.0.0): Must summarize ALL minor release notes since last major
6771
- **Patch release** (x.y.Z): Can be initiated manually, summarize changes since last release notes

0 commit comments

Comments
 (0)