You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHub](https://github.com/pwnwriter/rustycli/releases) and [crates.io](https://crates.io/crates/rustycli) releases are automated via [GitHub actions](.github/workflows/cd.yml) and triggered by pushing a tag.
4
+
5
+
1. Run the [release script](./release.sh): `./release.sh v[X.Y.Z]` (requires [rustycli](https://github.com/pwnwriter/rustycli) for changelog generation)
6
+
2. Push the changes: `git push`
7
+
3. Check if [Continuous Integration](https://github.com/pwnwriter/rustycli/actions) workflow is completed successfully.
8
+
4. Push the tags: `git push --tags`
9
+
5. Wait for [Continuous Deployment](https://github.com/pwnwriter/rustycli/actions) workflow to finish.
0 commit comments