We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-plz
1 parent 3266d2f commit c803c80Copy full SHA for c803c80
release-plz.toml
@@ -12,6 +12,13 @@ release = false
12
git_tag_name = "{{ package }}-v{{ version }}"
13
git_release_name = "{{ package }}: v{{ version }}"
14
15
+# Only create releases / push to crates.io after merging a release-please PR.
16
+# This lets merge new crates to `main` without worrying about accidentally creating
17
+# github releases.
18
+#
19
+# To trigger a release manually, merge a PR from a branch starting with `release-plz-`.
20
+release_always = false
21
+
22
[changelog]
23
sort_commits = "oldest"
24
0 commit comments