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
- Create a branch and update `Cargo.toml` (examples: `3.0.0-beta.1`, `3.0.0-rc.1`, `3.0.0`)
6
+
- Push the branch (this should include change to `Cargo.toml` and `Cargo.lock`)
7
+
- Create a PR and merge this release PR
8
+
- Checkout main locally and pull the changes
9
+
- Create annotated tag, eg. `git tag -a 'v3.0.0-0.beta.1' -m 'beta.1 release'`. There is a full explanation on what each of those digits mean is in `.circleci/packages/config.yaml`.
10
+
This tag should match the regex as configured in `release-filter` in `.circleci/config.yml`
11
+
- Once tagged, push it `git push origin v3.0.0-0.beta.1`
12
+
- This should run the full build and publish the packages, a quick test will be to run a `curl`
0 commit comments