We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae1356 commit fae1e88Copy full SHA for fae1e88
CONTRIBUTING.md
@@ -34,10 +34,10 @@ This is mainly here so I remember how to do a release when I haven't done one in
34
Steps:
35
36
1. Create GH PR from `next` to `master`
37
-2. Push commit with version bump
+2. Push commit with $NEW_VERSION
38
3. Check CI is green
39
-4. Cargo publish $NEW_VERSION
40
-5. Git tag $NEW_VERSION
+4. `just publish`
+5. `git tag $NEW_VERSION`
41
6. Update [`i3stat` AUR package](https://aur.archlinux.org/packages/i3stat)
42
7. Update [`i3stat-bin` AUR package](https://aur.archlinux.org/packages/i3stat-bin)
43
8. Merge GH PR
0 commit comments