Skip to content

Commit

Permalink
group changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Dec 20, 2023
1 parent 3e7e373 commit 0fec08a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
value of `otel.exporter.otlp.endpoint` configuration property.

## Dependencies File

All third-party related content is listed in the [DEPENDENCIES](DEPENDENCIES) file.
12 changes: 12 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0fec08a

Please sign in to comment.