Skip to content

Commit 681d7e8

Browse files
authored
chore: configure github release name (#109)
1 parent ee7848e commit 681d7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-plz.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ body = """
2828
[[package]]
2929
name = "graphql-ws-client"
3030

31-
git_tag_name = "v{{version}}"
3231
git_tag_enable = true
32+
git_tag_name = "v{{version}}"
33+
3334
git_release_enable = true
35+
git_release_name = "v{{version}}"
3436

3537
changelog_update = true
3638
changelog_path = "./CHANGELOG.md"

0 commit comments

Comments
 (0)