Skip to content

Commit 069f3d9

Browse files
authored
chore: update changelogs with PR numbers (#924)
also removes 2 chore commits that weren't marked as such from being included using `--skip-commit`. going forward the commit linter will keep unconventional commits out of the history so these will be the only two that have to be ignored. We couldn't use filter_unconventional = true to keep them out of the history because 1 commit which needs to be included was not a conventional commit.
1 parent 4410a69 commit 069f3d9

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

apps/opentelemetry/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [opentelemetry/v1.7.0] - 2025-10-17
99

1010
### Changed
11-
- Precompute hex encodings of SpanID and TraceID
12-
- Bump sdk to 1.6.0 and otlp exporter to 1.9.0
11+
- Precompute hex encodings of SpanID and TraceID by @kzemek in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
1312

13+
## New Contributors
14+
* @kzemek made their first contribution in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
1415

1516
<!-- generated by git-cliff -->

apps/opentelemetry_api/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [opentelemetry_api/v1.5.0] - 2025-10-17
99

1010
### Changed
11-
- Precompute hex encodings of SpanID and TraceID
11+
- Precompute hex encodings of SpanID and TraceID by @kzemek in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
1212

1313
### Fixed
14-
- No_auto_import of link to fix otp-28 warning
15-
- Otp28 removes the ability to cache compiled regex in macros
14+
- Otp28 removes the ability to cache compiled regex in macros by @tsloughter in [#904](https://github.com/open-telemetry/opentelemetry-erlang/pull/904)
1615

16+
## New Contributors
17+
* @kzemek made their first contribution in [#874](https://github.com/open-telemetry/opentelemetry-erlang/pull/874)
1718

1819
<!-- generated by git-cliff -->

apps/opentelemetry_exporter/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [opentelemetry_exporter/v1.10.0] - 2025-10-17
99

10-
### Changed
11-
- Bump sdk to 1.6.0 and otlp exporter to 1.9.0
12-
1310

1411
<!-- generated by git-cliff -->

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ changelogs:
1010
tag="${dir#apps/}/v[0-9].*"
1111

1212
git cliff 29b747722addf39ce40014ee1a905a973c9044be.. \
13+
--skip-commit 9f0511e705f18e4b3cc1767b42367ba49e02455a \
14+
--skip-commit 1f471ab19cac62ef2f88b9fc78a345113c984ef9 \
1315
--include-path "${dir}/**" \
1416
--workdir ${dir} \
1517
-o ${dir}/CHANGELOG.md \

0 commit comments

Comments
 (0)