-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6efa4f6
commit b34ed92
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |