fix: Revert "fix: release-plz generated PR changelog"
All checks were successful
Rust / build (push) Successful in 1m23s
Release Please / Release-plz (push) Successful in 15s
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
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful

This reverts commit f5a3524cb9.
This commit is contained in:
Paul Campbell 2024-08-10 18:37:49 +01:00
parent 6c5e1c1a80
commit e34c6e0ef6

View file

@ -1,23 +1,23 @@
[workspace]
# Disable git releases for all packages by default
git_release_enable = true
git_release_enable = false
# Disable git tags for all packages by default
git_tag_enable = true
git_tag_enable = false
# 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 = """