build: customise release-plz
All checks were successful
Test / checks (map[name:nightly]) (push) Successful in 2m50s
Test / checks (map[name:stable]) (push) Successful in 5m15s
Release Please / Release-plz (push) Successful in 41s

This commit is contained in:
Paul Campbell 2024-09-22 13:41:30 +01:00
parent e72d07b4fe
commit 617cee7900

View file

@ -1,24 +1,13 @@
[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 = "forgejo-todo-checker"
# (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 = """