META-INF.jreleaser.templates.binary.appimage.jreleaser.yml.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
project:
name: {{projectName}}
description: {{projectDescription}}
links:
homepage: {{projectLinkHomepage}}
authors:
{{#projectAuthors}}
- {{ . }}
{{/projectAuthors}}
license: {{projectLicense}}
inceptionYear: {{projectInceptionYear}}
release:
github:
skipTag: true
changelog:
formatted: ALWAYS
preset: conventional-commits{{=<% %>=}}
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'<%={{ }}=%>
hide:
contributors:
- 'GitHub'
files:
artifacts:
- path: '{{distributionExecutableName}}-{{=<% %>=}}{{projectVersion}}<%={{ }}=%>-x86_64.AppImage'