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 f710c29 commit 62910baCopy full SHA for 62910ba
docs/RELEASING.md
@@ -5,3 +5,9 @@
5
2. Tag and push the commit with the new version number. For example, `v0.3.4`
6
3. Wait for the CI to complete. This will build Docker images and publish
7
them to Docker Hub with the correct tags.
8
+
9
+This can be automated with this command:
10
11
+```
12
+cargo release <bump_level> --sign --no-publish --execute --verbose --push-remote upstream
13
0 commit comments