-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Adding JReleaser to publishing releases. Updating github actio…
…ns to use latest versions and new syntax.
- Loading branch information
1 parent
ccf6315
commit 98fc480
Showing
2 changed files
with
126 additions
and
16 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
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,92 @@ | ||
project: | ||
name: mule-deploy | ||
description: Mule Deploy is a library/CLI/Maven plugin that provides full lifecycle deployment of MuleSoft applications and API's | ||
longDescription: | | ||
Mule Deploy is a Java/Groovy based library to handle the deployment and lifecycle management of MuleSoft applications | ||
and API's. It provides a CLI and Maven plugin so that it can be called from existing build tools and CI/CD platforms. | ||
Mule Deploy can deploy applications to CloudHub, CloudHub 2.0, Runtime Fabric and Standalone Mule runtimes. It can | ||
also synchronize API specifications to design center, publish specs from design center to Exchange, and deploy API's | ||
from exchange to API Manager and promote them between environments. It can also handle policy attachment to those API's. | ||
links: | ||
homepage: https://github.com/avioconsulting/mule-deploy-library | ||
documentation: https://github.com/avioconsulting/mule-deploy-library | ||
license: https://github.com/avioconsulting/mule-deploy-library/blob/main/LICENSE | ||
contribute: https://github.com/avioconsulting/mule-deploy-library/blob/main/README.adoc | ||
authors: | ||
- Adam DesJardin | ||
- Brady Wied | ||
- Tim Gonzales | ||
- Talysson Castro | ||
- Manik Magar | ||
license: BSD-2-Clause | ||
inceptionYear: 2020 | ||
tags: | ||
- mule | ||
java: | ||
groupId: com.avioconsulting.mule | ||
version: 8 | ||
versionPattern: SEMVER | ||
snapshot: | ||
pattern: .*-SNAPSHOT | ||
label: early-access | ||
fullChangelog: true | ||
|
||
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 | ||
|
||
#deploy: | ||
# maven: | ||
# nexus2: | ||
# maven-central: | ||
# active: ALWAYS | ||
# url: https://oss.sonatype.org/service/local | ||
# snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots/ | ||
# applyMavenCentralRules: true | ||
# closeRepository: true | ||
# releaseRepository: true | ||
# stagingRepositories: | ||
# - target/staging-deploy | ||
|
||
#distributions: | ||
# mule-health-check-api: | ||
# artifacts: | ||
# - path: target/mule-health-check-api-{{projectVersion}}-mule-plugin.jar |