Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e9af76

Browse files
authored
1 parent cd4ccab commit 6e9af76

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
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0-0.34b0...HEAD)
8+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.13.0...HEAD)
99

1010
- Update explicit histogram bucket boundaries
1111
([#2947](https://github.com/open-telemetry/opentelemetry-python/pull/2947))

scripts/eachdist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def release_args(args):
675675
update_dependencies(targets, version, packages)
676676
update_version_files(targets, version, packages)
677677

678-
update_changelogs("-".join(updated_versions))
678+
update_changelogs(updated_versions[0])
679679

680680

681681
def test_args(args):

0 commit comments

Comments
 (0)