@metalagman/semverctl-linux-arm64 0.0.10 โ 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/bin/semverctl +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
[](https://pypi.org/project/semverctl/)
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
|
|
12
|
-
CLI for bumping and setting SemVer values in JSON/YAML files
|
|
12
|
+
CLI for bumping and setting SemVer values in JSON/YAML files and Git tags
|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
16
16
|
- โจ **Semantic Versioning** - Strict SemVer 2.0.0 compliance with prerelease and build metadata support
|
|
17
|
-
- ๐ **
|
|
17
|
+
- ๐ **File + Tag Workflows** - Explicit `bump/set file` and `bump/set tag` commands
|
|
18
|
+
- ๐ท๏ธ **Git Tag Releases** - Bump from latest stable `vX.Y.Z` tag or set explicit tags
|
|
18
19
|
- ๐ฏ **Path Navigation** - Dot-notation paths for nested version fields (e.g., `.app.version`)
|
|
19
20
|
- ๐ข **Numeric Bumping** - Bump individual numeric fields for object-style versions
|
|
20
21
|
- ๐งช **Dry-Run Mode** - Preview changes with unified diff output
|
|
22
|
+
- ๐ค **Automation-Friendly JSON** - `--json` output for machine-readable success/error payloads
|
|
23
|
+
- ๐ **Safety Checks** - Tag operations require a clean repository state
|
|
21
24
|
- ๐ **Cross-Platform** - Linux, macOS, and Windows support (CGO-free)
|
|
22
25
|
- โก **Zero Dependencies** - Pure Go implementation with no runtime dependencies
|
|
23
26
|
- ๐ฆ **Multiple Distribution Channels** - Go install, npm, uv/PyPI, and GitHub Releases
|
package/bin/semverctl
CHANGED
|
Binary file
|
package/package.json
CHANGED