Skip to content

Commit 3f5416e

Browse files
committed
adding cahgelog.tpl
1 parent 5a2a35d commit 3f5416e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog.tpl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Changelog
2+
3+
{{changelogChanges}}
4+
{{changelogContributors}}
5+
6+
## Binaries
7+
8+
### 🌟 Universal
9+
10+
These binaries require an external Java runtime.
11+
12+
* {{#f_release_download_url}}redis-cloud-autoscaler-{{projectEffectiveVersion}}.zip{{/f_release_download_url}} (requires Java 17+)
13+
* {{#f_release_download_url}}redis-cloud-autoscaler-{{projectEffectiveVersion}}.tar{{/f_release_download_url}} (requires Java 17+)

jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ release:
4040
preset: conventional-commits
4141
contributors:
4242
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
43-
contentTemplate: 'src/jreleaser/changelog.tpl'
43+
contentTemplate: 'changelog.tpl'
4444
extraProperties:
4545
categorizeScopes: true
4646
labelers:

0 commit comments

Comments
 (0)