Skip to content

Commit

Permalink
Modify release config
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 26, 2024
1 parent 22c13b5 commit 7bade8e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: fnsa-simd
project_name: finschia-sdk
version: 2

before:
Expand Down Expand Up @@ -98,7 +98,8 @@ checksum:
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
use: git
use: github
format: "{{.Message}}"
sort: asc
groups:
- title: "Breaking Changes"
Expand Down Expand Up @@ -129,7 +130,10 @@ release:
prerelease: auto
mode: replace
draft: false

header: |
# Release {{ .Version }} ({{ .Date }})
footer: |
**Full Changelog**: https://github.com/Finschia/finschia-sdk/compare/{{ .PreviousTag }}...{{ .CurrentTag }}
# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 7bade8e

Please sign in to comment.