Skip to content

Commit c91d2b0

Browse files
committed
Resolve release-plz failure from publish mismatch
Cargo.toml has `publish = false`, release-plz expects the same in its config file.
1 parent f199d07 commit c91d2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.release-plz.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "libc"
33
changelog_path = "CHANGELOG.md"
44
git_release_name = "{{ version }}"
55
git_tag_name = "{{ version }}"
6+
publish = false # On the main branch, we don't want to publish anything
67

78
[[package]]
89
name = "ctest"

0 commit comments

Comments
 (0)