Skip to content

Commit 629f929

Browse files
committed
Update pending branch name to 'Trunk' in CHANGELOG.md
1 parent 33c7644 commit 629f929

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
@@ -2,7 +2,7 @@
22

33
---
44

5-
## Develop
5+
## Trunk
66

77
### Breaking Changes
88

rakelib/changelog_parser.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ChangelogParser
2-
PENDING_SECTION_TITLE = 'Develop'.freeze
2+
PENDING_SECTION_TITLE = 'Trunk'.freeze
33
EMPTY_PLACEHOLDER = '_None_'.freeze
44
SUBSECTIONS_SEMVER_MAP = { 'Breaking Changes': 3, 'New Features': 2, 'Bug Fixes': 1, 'Internal Changes': 1 }.freeze
55

0 commit comments

Comments
 (0)