We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6862c3 commit b612277Copy full SHA for b612277
1 file changed
release-plz.toml
@@ -1,7 +1,3 @@
1
-[workspace]
2
-# Only create releases for these packages
3
-packages = ["syncable-cli"]
4
-
5
# Git configuration
6
git_release_enable = true
7
git_tag_enable = true
@@ -16,7 +12,9 @@ changelog_update = true
16
12
changelog_path = "CHANGELOG.md"
17
13
18
14
# Manual release configuration
19
-[package.syncable-cli]
15
+[[package]]
+name = "syncable-cli"
+
20
# Manual control over version bumping
21
# This will be overridden by workflow_dispatch inputs
22
release = "auto"
0 commit comments