From e9f30d4a91ca0232effd8f5a0fb6525b05455536 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Sat, 11 Feb 2023 12:59:45 +0100 Subject: [PATCH] Fix jreleaser.yml misconfiguration --- README.md | 18 ++++++++++++++++++ jreleaser.yml | 43 ++++++++----------------------------------- 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index e10a4eb7..b7a9a4d5 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,24 @@ XBuilder esta diseñado para que puedas crear XMLs fácilmente. mvn clean test -Dxbuilder.snapshot.update ``` +### Create Pull Requests + +Create all Pull Requests using the prefixes of the following table: + +| Category | Prefix | +|---------------|-----------| +| Features | feat: | +| Fixes | fix: | +| Changes | perf: | +| Changes | refactor: | +| Changes | revert: | +| Changes | style: | +| Tasks | chore: | +| Build | test: | +| Build | build: | +| Build | ci: | +| Documentation | docs: | + ## License - [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/jreleaser.yml b/jreleaser.yml index 75f4500b..db73e81e 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -44,22 +44,11 @@ release: contributors: format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' labelers: - - label: 'feature' + - label: 'feat' title: 'regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*' - - label: 'feature' - title: 'Resolves #' - body: 'Resolves #' - - - label: 'issue' + - label: 'fix' title: 'regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*' - - label: 'issue' - title: 'Fixes #' - body: 'Fixes #' - - label: 'issue' - title: 'Relates to #' - body: 'Relates to #' - - - label: 'task' + - label: 'chore' title: '(chore)' - label: 'dependencies' @@ -68,35 +57,19 @@ release: title: 'regex:(?:\(deps\)(?:\(.*\))?!?):\s.*' - label: 'dependencies' title: 'regex:^Bump\s' - - - label: 'docs' - title: '(docs)' - - label: 'build' - title: '(build)' categories: - - title: '🚀 Features' - labels: - - 'feature' - - title: '✅ Issues' - labels: - - 'issue' - - title: '🧰 Tasks' - labels: - - 'task' - - title: '📝 Documentation' - labels: - - 'docs' - title: '⚙️ Dependencies' + key: 'dependencies' labels: - 'dependencies' - - title: 'Build' - labels: - - 'build' hide: categories: - - 'Build' + - 'merge' + - 'build' + - 'dependencies' contributors: - 'GitHub' + - 'dependabot' announce: zulip: