build: customise release-plz
This commit is contained in:
parent
e72d07b4fe
commit
617cee7900
1 changed files with 2 additions and 13 deletions
|
@ -1,24 +1,13 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
# Disable git releases for all packages by default
|
# Disable git releases for all packages by default
|
||||||
git_release_enable = false
|
git_release_enable = true
|
||||||
|
|
||||||
# Disable git tags for all packages by default
|
# 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
|
# set the path of all the crates to the changelog to the root of the repository
|
||||||
changelog_path = "./CHANGELOG.md"
|
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]
|
[changelog]
|
||||||
body = """
|
body = """
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue