Skip to content

Commit 62910ba

Browse files
committed
docs: Add release command
1 parent f710c29 commit 62910ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/RELEASING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
2. Tag and push the commit with the new version number. For example, `v0.3.4`
66
3. Wait for the CI to complete. This will build Docker images and publish
77
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

Comments
 (0)