Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ release:
tagName: "{{projectVersion}}"
releaseName: "{{tagName}}"
overwrite: true
# https://jreleaser.org/guide/latest/reference/release/changelog.html
changelog:
formatted: ALWAYS
links: true
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
contentTemplate: src/jreleaser/templates/changelog.tpl

distributions:
openrewrite-cli:
Expand Down
9 changes: 9 additions & 0 deletions src/jreleaser/templates/changelog.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Changelog

{{changelogChanges}}

{{changelogContributors}}

## 📦 Rewrite modules included

{{{Env.DEPENDENCY_TABLE_CONTENT}}}