We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a374f commit 2081479Copy full SHA for 2081479
.goreleaser.yaml
@@ -109,7 +109,7 @@ changelog:
109
use: github
110
sort: asc
111
abbrev: 7
112
- format: '- {{ .Message }} by @{{ .AuthorUsername }} ({{ .AbbrevSHA }})'
+ format: '- {{ .Message }} by @{{ .AuthorUsername }} ({{ .SHA }})'
113
filters:
114
exclude:
115
- '^chore\(release\):'
cliff.toml
@@ -4,7 +4,7 @@
4
header = "# Changelog\n\n"
5
body = """
6
{% if version %}\
7
- ## {{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
+ ## [{{ version | trim_start_matches(pat="v") }}](https://github.com/isokolovskii/commitizen/releases/tag/{{ version }}) ({{ timestamp | date(format="%Y-%m-%d") }})
8
{% else %}\
9
## (unreleased)
10
{% endif %}
0 commit comments