forked from kemitix/git-next
fix: release-plz generated PR changelog
This commit is contained in:
parent
f0daac76b4
commit
f5a3524cb9
1 changed files with 12 additions and 12 deletions
|
@ -1,23 +1,23 @@
|
||||||
[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]]
|
# [[package]]
|
||||||
name = "git-next"
|
# name = "git-next"
|
||||||
# (Optional) Customize the git tag name to remove the `my_main_package` prefix.
|
# # (Optional) Customize the git tag name to remove the `my_main_package` prefix.
|
||||||
git_tag_name = "v{{ version }}"
|
# git_tag_name = "v{{ version }}"
|
||||||
|
#
|
||||||
# Enable git tags for this package
|
# # Enable git tags for this package
|
||||||
git_tag_enable = true
|
# git_tag_enable = true
|
||||||
|
#
|
||||||
# Enable git releases for this package
|
# # Enable git releases for this package
|
||||||
git_release_enable = true
|
# git_release_enable = true
|
||||||
|
|
||||||
[changelog]
|
[changelog]
|
||||||
body = """
|
body = """
|
||||||
|
|
Loading…
Reference in a new issue