Commit 216f28c
committed
fix(cli): simplify version output in release process
- Modified the release command to only output the new version number to stdout when a release occurs, removing additional descriptive text for better CI/CD integration.
- Ensured that when no new version is released, an explicit message is output to stderr for clarity.
**Enhancements & Refinements**
- Streamlined CLI output to facilitate automated tools by providing only the version string on success.
- Clarified message for no-release scenario to stderr for better log handling.1 parent 5a2ce17 commit 216f28c
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments