From cfd68b075d9e0883837b6e4335a7b261198819b9 Mon Sep 17 00:00:00 2001 From: Dan King Date: Mon, 16 Sep 2024 12:28:42 -0400 Subject: [PATCH] chore: one GitHub tag and release per version rather than one per crate (#837) --- release-plz.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-plz.toml b/release-plz.toml index d7e704723..bfede4122 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,6 +1,8 @@ [workspace] # set the path of all the crates to the changelog to the root of the repository changelog_path = "./CHANGELOG.md" +git_release_enable = false +git_tag_enable = false # This uses the single-changelog template from https://release-plz.ieni.dev/docs/extra/single-changelog [changelog] @@ -18,3 +20,9 @@ body = """ {% endfor -%} {% endfor -%} """ + +[[package]] +name = "vortex-array" +git_tag_enable = true +git_release_enable = true +git_tag_name = "{{ version }}"