Skip to content

Commit e5179b4

Browse files
committed
Remove snapshot, remove changelog entry with date
1 parent c8e8294 commit e5179b4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## Unreleased
44

5-
## Version 1.30.0-RC (2025-01-27)
6-
75
**NOTICE**: This is a release candidate (RC), preceding the first stable release of `io.opentelemetry.semconv:opentelemetry-semconv`.
86

97
* **BREAKING**: Prepare for stable release. Remove deprecated `ResourceAttributes`, `SemanticAttributes`.

RELEASING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ the `semantic-convention` release version, e.g. `v1.21.0.1`
4444
* `export GPG_PASSWORD=<password>`
4545
* `export SONATYPE_USER=<user>`
4646
* `export SONATYPE_KEY=<key>`
47-
* Set `snapshot = false` in [build.gradle.kts](./build.gradle.kts):
48-
49-
```
50-
// start - updated by ./.github/workflows/prepare-release-branch.yml
51-
val snapshot = false // <-- UPDATE THIS LINE
52-
// end
53-
```
54-
5547
* Adjust version tag to include `-rc.<num>` suffix (i.e. `-rc.1` for the first release candidate) in [build.gradle.kts](./build.gradle.kts):
5648

5749
```

0 commit comments

Comments
 (0)