-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27bf635
commit 0c0cdbf
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ jobs: | |
git config --global user.email '[email protected]' | ||
jq --arg version "${NEXT_VERSION}-SNAPSHOT" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json | ||
git add package.json | ||
git commit -m 'auto bump version with release' | ||
git commit -m 'auto bump version with release [skip ci]' | ||
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json | ||
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json | ||
npm install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ jobs: | |
git config --global user.email '[email protected]' | ||
jq --arg version "${NEXT_VERSION}-SNAPSHOT" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json | ||
git add package.json | ||
git commit -m 'auto bump version after pre-release' | ||
git commit -m 'auto bump version after pre-release [skip ci]' | ||
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json | ||
npm install | ||
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json | ||
|