Skip to content

Commit 649a841

Browse files
authored
chore: Add JReleaser configuration
1 parent 6efa4f6 commit 649a841

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

jreleaser.yml

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
project:
2+
name: mule-google-jwt-auth-module
3+
description: Mule Extension to generate Google JWT Auth Token
4+
longDescription: |
5+
The purpose of this Mule extension is to allow generating Google JWT Auth Token.
6+
7+
links:
8+
homepage: https://github.com/avioconsulting/
9+
documentation: https://avioconsulting.github.io/mule-google-jwt-auth-module/
10+
license: https://github.com/avioconsulting/mule-google-jwt-auth-module/blob/main/LICENSE
11+
contribute: https://github.com/avioconsulting/mule-google-jwt-auth-module/blob/main/CONTRIBUTING.adoc
12+
authors:
13+
- Adam DesJardin
14+
- David Wouch
15+
license: BSD 2-Clause
16+
inceptionYear: "2022"
17+
tags:
18+
- mule
19+
- JWT
20+
java:
21+
groupId: com.avioconsulting.mule
22+
version: "8"
23+
24+
release:
25+
github:
26+
owner: 'avioconsulting'
27+
overwrite: true
28+
draft: false
29+
sign: true
30+
releaseName: '{{tagName}}'
31+
skipTag: false
32+
milestone:
33+
close: false
34+
changelog:
35+
skipMergeCommits: true
36+
formatted: ALWAYS
37+
preset: conventional-commits
38+
format: '- {{commitShortHash}} {{commitTitle}}'
39+
contributors:
40+
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
41+
labelers:
42+
- label: 'dependencies'
43+
title: 'chore(deps):'
44+
order: 130
45+
categories:
46+
- title: '⚙️ Dependencies'
47+
key: 'dependencies'
48+
order: 80
49+
labels:
50+
- 'dependencies'
51+
hide:
52+
categories:
53+
- 'merge'
54+
contributors:
55+
- 'GitHub'
56+
57+
checksum:
58+
individual: true
59+
60+
signing:
61+
active: ALWAYS
62+
armored: true
63+
mode: MEMORY
64+
65+
distributions:
66+
mule-health-check-api:
67+
artifacts:
68+
- path: target/mule-google-jwt-auth-module-{{projectVersion}}-mule-plugin.jar

0 commit comments

Comments
 (0)