Skip to content

Commit ea39b73

Browse files
committed
docs: Adds entries to CHANGELOG for #40
- Details new laminas:automatic-releases:bump-changelog command - Details changes to "switch default branch to next minor" command Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 5dd1f4f commit ea39b73

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.2.0 - TBD
6+
7+
### Added
8+
9+
- [#40](https://github.com/laminas/automatic-releases/pull/40) adds a new command, laminas:automatic-releases:bump-changelog. When a `CHANGELOG.md` file is present in the repository, it will add an entry in the file for the next patch-level release to the target branch of the closed milestone. The patch also adds the command to the end of the suggested workflow configuration.
10+
11+
### Changed
12+
13+
- [#40](https://github.com/laminas/automatic-releases/pull/40) updates the laminas:automatic-releases:switch-default-branch-to-next-minor command such that if a `CHANGELOG.md` file is present in the repository, and a new minor release branch is created, it adds an entry to the file for the next minor release.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 1.1.0 - 2020-08-06
628

729
### Added

0 commit comments

Comments
 (0)