Skip to content

Commit

Permalink
build: Update release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 28, 2022
1 parent ddc5b6f commit c282236
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
twitter-consumer-secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
twitter-access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter-access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
mastodon-access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-SNAPSHOT
1.1.0-SNAPSHOT
21 changes: 14 additions & 7 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,25 @@ project:
name: jandex-gradle-plugin
description: Jandex Gradle Plugin
longDescription: Runs Jandex on a Gradle project
website: https://github.com/kordamp/jandex-gradle-plugin
links:
homepage: https://github.com/kordamp/jandex-gradle-plugin
authors:
- Andres Almiray
license: Apache-2.0
extraProperties:
inceptionYear: 2019
inceptionYear: 2019

release:
github:
branch: master
username: aalmiray
overwrite: true
branch: master
milestone:
name: '{{projectVersion}}'
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
Expand All @@ -45,7 +48,7 @@ release:
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 70
order: 80
labels:
- 'dependencies'
hide:
Expand All @@ -58,5 +61,9 @@ release:

announce:
twitter:
active: release
active: RELEASE
status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}
mastodon:
active: RELEASE
host: https://mastodon.social
status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}

0 comments on commit c282236

Please sign in to comment.