Commit e1d5905
feat: add
Adds a new subcommand to automatically bump semantic versions:
- `edgit tag bump <component> <major|minor|patch|prerelease>`
- Finds latest version tag and creates incremented version
- Supports --ref flag for specifying target Git ref
- Handles components with no existing tags (starts at v0.0.1)
- Full prerelease support (v1.0.0-alpha.1 → v1.0.0-alpha.2)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>edgit tag bump command for semver automation1 parent 7138196 commit e1d5905
File tree
10 files changed
+357
-8
lines changed- .changeset
- dist
- commands
- src
- commands
10 files changed
+357
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments