Skip to content

Commit b612277

Browse files
Alex HolmbergAlex793x
authored andcommitted
bug: wrong release-plz setting
1 parent d6862c3 commit b612277

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

release-plz.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[workspace]
2-
# Only create releases for these packages
3-
packages = ["syncable-cli"]
4-
51
# Git configuration
62
git_release_enable = true
73
git_tag_enable = true
@@ -16,7 +12,9 @@ changelog_update = true
1612
changelog_path = "CHANGELOG.md"
1713

1814
# Manual release configuration
19-
[package.syncable-cli]
15+
[[package]]
16+
name = "syncable-cli"
17+
2018
# Manual control over version bumping
2119
# This will be overridden by workflow_dispatch inputs
2220
release = "auto"

0 commit comments

Comments
 (0)