Skip to content

Commit f054b89

Browse files
committed
Fix script.
1 parent 913bb2a commit f054b89

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ coverage/*
99
.vscode/*
1010
examples/package-lock.json
1111
.nyc_output
12+
kubernetes-client-node-*.tgz
1213

push-package.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ case "${confirm}" in
1515
* ) echo "Aborting"; exit 0;;
1616
esac
1717

18-
git tag ${1}
19-
git push upstream ${1}
18+
git tag ${version}
19+
git push upstream ${version}
2020

2121
npm publish
22+
npm version patch -m "Update to version ${version}"

0 commit comments

Comments
 (0)