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.
2 parents 0cc2a52 + 4356e72 commit 83f4e0cCopy full SHA for 83f4e0c
1 file changed
README.md
@@ -2,9 +2,9 @@
2
3
## Copy from packages
4
```bash
5
-export PACKAGE=kagent/v1.8.4
+export PACKAGE=kagent/v3.0.1
6
rm -rf tmp_download
7
gh release download -R kentik/packages ${PACKAGE} -D tmp_download
8
-gh release create -R kentik/test-packages ${PACKAGE}
+gh release create --generate-notes -t ${PACKAGE} -R kentik/test-packages ${PACKAGE}
9
gh release upload -R kentik/test-packages ${PACKAGE} tmp_download/*
10
```
0 commit comments