From 0fec08aa2cf28ec54d07b82b9c9b4bc03aed4409 Mon Sep 17 00:00:00 2001 From: swaroopar Date: Wed, 20 Dec 2023 05:06:05 +0000 Subject: [PATCH] group changes in changelog --- README.md | 6 +++++- jreleaser.yml | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be8f710..88f01b5 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,8 @@ be enabled by starting the runtime with profile `opentelemetry`. By enabling this profile, the application forwards metrics, traces and logs to the `otel-collector`. By default, the application sends all telemetry data to `http://localhost:4317` and this can be changed by updating the -value of `otel.exporter.otlp.endpoint` configuration property. \ No newline at end of file +value of `otel.exporter.otlp.endpoint` configuration property. + +## Dependencies File + +All third-party related content is listed in the [DEPENDENCIES](DEPENDENCIES) file. \ No newline at end of file diff --git a/jreleaser.yml b/jreleaser.yml index b4970ba..f09f359 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -1,6 +1,7 @@ project: name: eclipse-terraform-boot license: Apache-2.0 + description: RESTful APIs for executing Terraform commands. links: homepage: https://eclipse-xpanse.github.io/xpanse-website/ documentation: https://eclipse-xpanse.github.io/xpanse-website/docs/intro @@ -25,12 +26,23 @@ release: labelers: - label: 'botCommits' title: 'regex:.*GitHub Action.*' + - label: 'dependencies' + title: 'regex:(Bump|dependencies).*' + - label: 'changes' + title: 'regex:^((?!(Bump|dependencies)).)*$' hide: contributors: - eclipse-xpanse-bot - dependabot[bot] contributors: format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' + categories: + - title: 'Changes' + labels: + - 'changes' + - title: 'Dependencies' + labels: + - 'dependencies' signing: active: ALWAYS armored: true