Skip to content

Commit

Permalink
Added initial/manual jreleaser conf for github release
Browse files Browse the repository at this point in the history
Change-Id: I308c9caf86686e813ba30d1ce247fc491318547c
  • Loading branch information
talios committed Nov 20, 2023
1 parent 7f16679 commit 39a9adf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
project:
name: tiles-maven-plugin
description: Tiles Maven Plugin
longDescription: Project Mixins for Apache Maven
version: "2.39"
links:
homepage: https://github.com/repaint-io/maven-tiles
authors:
- Mark Derricutt
- Richard Vowles
license: APACHE-2.0
inceptionYear: "2014"
stereotype: NONE
java:
version: "8"
groupId: io.repaint.maven
artifactId: tiles-maven-plugin

release:
github:
overwrite: true
tagName: tiles-maven-plugin-{{projectVersion}}
changelog:
skipMergeCommits: true
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'

0 comments on commit 39a9adf

Please sign in to comment.