Skip to content

Commit e8a1233

Browse files
committed
Post 5.0.0 Follow On
1 parent c034e29 commit e8a1233

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ release:
2121
github:
2222
owner: trueblocks
2323
name: trueblocks-core
24-
name_template: "{{ .Tag }} - {{ .Env.RELEASE_NAME }}"
24+
name_template: "{{ .Tag }} - {{ .TagSubject }}"
2525
changelog:
2626
use: github
2727
sort: asc
@@ -33,6 +33,3 @@ changelog:
3333
- "^test:"
3434
- "^ci:"
3535
- "^chore:"
36-
before:
37-
hooks:
38-
- sh -c "echo RELEASE_NAME=$(cat release-name.txt) >> $GITHUB_ENV"

0 commit comments

Comments
 (0)