Skip to content

Commit

Permalink
chore: Update release-plz to use plain tag without prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 24, 2024
1 parent 3e6b329 commit 8ffcaff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[workspace]
[[package]]
name = "odbc-api"
# Customize the git tag name to remove the `odbc-api` prefix.
git_tag_name = "v{{ version }}"
# Derive does not have its own dedicated changlog. Changes to it should appear in odbc-api
# changelog instead.
changelog_include = ["odbc-api-derive"]
Expand All @@ -11,4 +13,8 @@ changelog_path = "./CHANGELOG.md"
[[package]]
name = "odbc-api-derive"
# We want the changes to the derive crate to appear in the common changelog in root
changelog_update = false
changelog_update = false
# We use the same tags as the main package
git_tag_enable = false
# Disable git release.
git_release_enable = false

0 comments on commit 8ffcaff

Please sign in to comment.