Skip to content

Commit

Permalink
build: bump jreleaser-maven-plugin from 1.1.0 to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 7, 2022
1 parent cd9a36a commit accc542
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project:
versionPattern: CUSTOM
copyright: Taro L. Saito
release:
github:
discussionCategoryName: Announcements
Expand All @@ -9,9 +10,9 @@ release:
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
preset: 'conventional-commits'
skipMergeCommits: true
excludeLabels:
- 'chore'
- 'merge'
labelers:
- label: 'chore'
title: '[maven-release-plugin] prepare'
Expand All @@ -22,6 +23,16 @@ release:
labels:
- 'perf'
order: 25
hide:
uncategorized: true
issues:
enabled: true
comment: '🎉 This issue has been resolved in `{{tagName}}` ([Release Notes]({{releaseNotesUrl}}))'
applyMilestone: 'ALWAYS'
label:
name: 'released'
description: 'Issue has been released'
color: '#ededed'
files:
artifacts:
- path: 'target/{{projectName}}-{{projectVersion}}.jar'
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.3.1</version>
<configuration>
<configFile>jreleaser.yml</configFile>
</configuration>
Expand Down

0 comments on commit accc542

Please sign in to comment.