File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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 )
9
9
10
10
- Update explicit histogram bucket boundaries
11
11
([ #2947 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2947 ) )
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ def release_args(args):
675
675
update_dependencies (targets , version , packages )
676
676
update_version_files (targets , version , packages )
677
677
678
- update_changelogs ("-" . join ( updated_versions ) )
678
+ update_changelogs (updated_versions [ 0 ] )
679
679
680
680
681
681
def test_args (args ):
You can’t perform that action at this time.
0 commit comments