Skip to content

Commit

Permalink
chore: add jreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Oct 30, 2024
1 parent 6efa4f6 commit b34ed92
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
project:
name: mule-google-jwt-auth-module
description: Mule Extension to generate Google JWT Auth Token
longDescription: |
The purpose of this Mule extension is to allow generating Google JWT Auth Token.
links:
homepage: https://github.com/avioconsulting/
documentation: https://avioconsulting.github.io/mule-google-jwt-auth-module/
license: https://github.com/avioconsulting/mule-google-jwt-auth-module/blob/main/LICENSE
contribute: https://github.com/avioconsulting/mule-google-jwt-auth-module/blob/main/CONTRIBUTING.adoc
authors:
- Adam DesJardin
- David Wouch
license: BSD 2-Clause
inceptionYear: "2022"
tags:
- mule
- JWT
java:
groupId: com.avioconsulting.mule
version: "8"

release:
github:
owner: 'avioconsulting'
overwrite: true
draft: false
sign: true
releaseName: '{{tagName}}'
skipTag: false
milestone:
close: false
changelog:
skipMergeCommits: true
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'dependencies'
title: 'chore(deps):'
order: 130
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 80
labels:
- 'dependencies'
hide:
categories:
- 'merge'
contributors:
- 'GitHub'

checksum:
individual: true

signing:
active: ALWAYS
armored: true
mode: MEMORY

distributions:
mule-health-check-api:
artifacts:
- path: target/mule-google-jwt-auth-module-{{projectVersion}}-mule-plugin.jar

0 comments on commit b34ed92

Please sign in to comment.