Skip to content

Commit

Permalink
chore: update release and tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Jan 24, 2025
1 parent 661a78a commit e33d140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ changelog_include = [
"ristretto_vm",
]
git_release_enable = true
git_release_name = "ristretto-v{{ version }}"
git_release_name = "v{{ version }}"
git_tag_enable = true
git_tag_name = "ristretto-v{{ version }}"
git_tag_name = "v{{ version }}"
git_release_body = """
{{ changelog }}
{% if remote.contributors %}
Expand Down

0 comments on commit e33d140

Please sign in to comment.