We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c2adf commit f5cc231Copy full SHA for f5cc231
1 file changed
release.toml
@@ -10,6 +10,12 @@ verify = false
10
# Allow releasing from main or detached HEAD (jj workflow)
11
allow-branch = ["main", "HEAD"]
12
13
+# Don't push — jj can't push detached HEAD. After running cargo-release, do:
14
+# jj bookmark set main -r 'git_head()'
15
+# jj git push
16
+# git push origin <tag>
17
+push = false
18
+
19
# dist expects tags in the form "v0.1.0" for a unified workspace release
20
tag-name = "v{{version}}"
21
0 commit comments