Skip to content

Commit 2081479

Browse files
committed
fix(release): issues with goreleaser config misused value
1 parent d4a374f commit 2081479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ changelog:
109109
use: github
110110
sort: asc
111111
abbrev: 7
112-
format: '- {{ .Message }} by @{{ .AuthorUsername }} ({{ .AbbrevSHA }})'
112+
format: '- {{ .Message }} by @{{ .AuthorUsername }} ({{ .SHA }})'
113113
filters:
114114
exclude:
115115
- '^chore\(release\):'

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
header = "# Changelog\n\n"
55
body = """
66
{% if version %}\
7-
## {{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
7+
## [{{ version | trim_start_matches(pat="v") }}](https://github.com/isokolovskii/commitizen/releases/tag/{{ version }}) ({{ timestamp | date(format="%Y-%m-%d") }})
88
{% else %}\
99
## (unreleased)
1010
{% endif %}

0 commit comments

Comments
 (0)