Skip to content

Commit 93f28fe

Browse files
authored
fix release notes (#4028)
* fix release notes generation * add missing entry in changelog for next release
1 parent 1d459ab commit 93f28fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/ReleaseChangelog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static Comparator<VersionNumber> comparator() {
134134
.thenComparing(VersionNumber::patch);
135135
}
136136

137-
String dashSt() {
137+
String dashStr() {
138138
return major + "-" + minor + "-" + patch;
139139
}
140140

CHANGELOG.next-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This file contains all changes which are not released yet.
1313
<!--FIXES-END-->
1414
# Features and enhancements
1515
<!--ENHANCEMENTS-START-->
16+
* Add internal option to capture thread id/name as labels - [#4014](https://github.com/elastic/apm-agent-java/pull/4014)
1617

1718
<!--ENHANCEMENTS-END-->
1819
# Deprecations

0 commit comments

Comments
 (0)