You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::warning file=package.json,line=1::Version v$package_version already exists - no release will be created. If you want to create a new release, please update the version in package.json and push again."
34
+
echo "skipped=true" >> $GITHUB_OUTPUT
35
+
else
36
+
echo "Version v$package_version does not exist. Creating release..."
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ $ bump --help
87
87
The Bump.sh CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh
88
88
89
89
VERSION
90
-
bump-cli/2.8.0 linux-x64 node-v16.19.0
90
+
bump-cli/2.9.1 linux-x64 node-v20.18.1
91
91
92
92
USAGE
93
93
$ bump [COMMAND]
@@ -102,7 +102,7 @@ COMMANDS
102
102
103
103
You can also get some help anytime by adding `--help` to any command. Example: `bump deploy --help`.
104
104
105
-
## Prepare your Bump.sh account
105
+
###Prepare your Bump.sh account
106
106
107
107
While some commands don't need any API token (`preview` or `diff`) you will need an access key if you want to interact with your Bump.sh documentation.
108
108
@@ -330,3 +330,4 @@ This npm package starts at v2.0.0 for two main reasons:
330
330
- Our [first version](https://github.com/bump-sh/bump-cli) of the Bump CLI was written in Ruby, starting at v2.0.0, which makes it clear we are working on our second version of the Bump CLI
331
331
332
332
- The `bump-cli` package used to be [owned by Rico](https://github.com/rstacruz) which already published v1.x packages. If you are looking for the old npm package please head to [`@rstacruz/bump-cli` package](https://www.npmjs.com/package/@rstacruz/bump-cli). _A big thanks to Rico for transferring the ownership of the `bump-cli` package name!_
0 commit comments