Skip to content

Commit c971925

Browse files
[release/v1.30.0] Prepare release 1.30.0 (#147)
* Prepare release 1.30.0 * Update changelog entry to include -rc.1 suffix --------- Co-authored-by: Jack Berg <[email protected]>
1 parent c555d9f commit c971925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.30.0-rc.1 (2025-01-27)
44

55
**NOTICE**: This is a release candidate (RC), preceding the first stable release of `io.opentelemetry.semconv:opentelemetry-semconv`.
66

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
// start - updated by ./.github/workflows/prepare-release-branch.yml
10-
val snapshot = true
10+
val snapshot = false
1111
// end
1212

1313
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes

0 commit comments

Comments
 (0)