Skip to content

Commit 9383886

Browse files
fix: github version display bug, closes #12
1 parent 8c51720 commit 9383886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semrel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ func (repo *Repository) CreateRelease(changelog string, newVersion *semver.Versi
186186
hasPrerelease := newVersion.Prerelease() != ""
187187
opts := &github.RepositoryRelease{
188188
TagName: &tag,
189+
Name: &tag,
189190
TargetCommitish: &branch,
190191
Body: &changelog,
191192
Prerelease: &hasPrerelease,

0 commit comments

Comments
 (0)