Compare commits
2 Commits
91af50902d
...
2d86df749b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d86df749b | ||
|
|
e78b3474cd |
@@ -7,7 +7,7 @@ description: Create a new semver release. Usage: /release-new [major|minor|patch
|
||||
|
||||
- Current latest tag: !`git describe --tags --abbrev=0 2>/dev/null || echo "none"`
|
||||
- Current branch: !`git branch --show-current`
|
||||
- Unreleased commits: !`git log $(git describe --tags --abbrev=0 2>/dev/null || echo "")..HEAD --oneline 2>/dev/null || git log --oneline`
|
||||
- Unreleased commits: !`git log --oneline -20`
|
||||
|
||||
## Your task
|
||||
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.1.1] - 2026-03-23
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix: fix shell substitution in release-new command context
|
||||
|
||||
## [0.1.0] - 2026-03-23
|
||||
|
||||
### Bug Fixes
|
||||
@@ -82,4 +88,8 @@ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||||
|
||||
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Chore: release v0.1.0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user