Skip to content

chore(release-plz): change default git_tag_name#17

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
masterfrom
ci/release-plz-customize-tag-name-pattern
May 12, 2026
Merged

chore(release-plz): change default git_tag_name#17
Gabriel Dufresne (GabrielDuf) merged 1 commit into
masterfrom
ci/release-plz-customize-tag-name-pattern

Conversation

@CBenoit
Copy link
Copy Markdown
Member

By default, it's:

  • "{{ package }}-v{{ version }}" for workspaces containing more than one public package.
  • "v{{ version }}" for projects containing a single crate or workspaces containing just one public package.

But we want the package name in the tag even if we only publish a single crate.

By default, it's:

- "{{ package }}-v{{ version }}" for workspaces containing more than one public package.
- "v{{ version }}" for projects containing a single crate or workspaces containing just one public package.

But we want the package name in the tag even if we only publish a single
crate.
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 1dd683f into master May 12, 2026
13 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the ci/release-plz-customize-tag-name-pattern branch May 12, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants