fix: release-plz generated PR changelog
All checks were successful
Rust / build (push) Successful in 1m24s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 31s

This commit is contained in:
Paul Campbell 2024-08-10 16:49:56 +01:00
parent f0daac76b4
commit f5a3524cb9

View file

@ -1,23 +1,23 @@
[workspace]
# Disable git releases for all packages by default
git_release_enable = false
git_release_enable = true
# Disable git tags for all packages by default
git_tag_enable = false
git_tag_enable = true
# set the path of all the crates to the changelog to the root of the repository
changelog_path = "./CHANGELOG.md"
[[package]]
name = "git-next"
# (Optional) Customize the git tag name to remove the `my_main_package` prefix.
git_tag_name = "v{{ version }}"
# Enable git tags for this package
git_tag_enable = true
# Enable git releases for this package
git_release_enable = true
# [[package]]
# name = "git-next"
# # (Optional) Customize the git tag name to remove the `my_main_package` prefix.
# git_tag_name = "v{{ version }}"
#
# # Enable git tags for this package
# git_tag_enable = true
#
# # Enable git releases for this package
# git_release_enable = true
[changelog]
body = """