Skip to content

Commit

Permalink
chore: one GitHub tag and release per version rather than one per cra…
Browse files Browse the repository at this point in the history
…te (#837)
  • Loading branch information
danking committed Sep 16, 2024
1 parent 8abe1dd commit cfd68b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -18,3 +20,9 @@ body = """
{% endfor -%}
{% endfor -%}
"""

[[package]]
name = "vortex-array"
git_tag_enable = true
git_release_enable = true
git_tag_name = "{{ version }}"

0 comments on commit cfd68b0

Please sign in to comment.