We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913bb2a commit f054b89Copy full SHA for f054b89
.gitignore
@@ -9,4 +9,5 @@ coverage/*
9
.vscode/*
10
examples/package-lock.json
11
.nyc_output
12
+kubernetes-client-node-*.tgz
13
push-package.sh
@@ -15,7 +15,8 @@ case "${confirm}" in
15
* ) echo "Aborting"; exit 0;;
16
esac
17
18
-git tag ${1}
19
-git push upstream ${1}
+git tag ${version}
+git push upstream ${version}
20
21
npm publish
22
+npm version patch -m "Update to version ${version}"
0 commit comments