Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/17'
Browse files Browse the repository at this point in the history
Close #17
  • Loading branch information
weierophinney committed Aug 1, 2017
2 parents 5cd02ee + b3c3431 commit 14d94b1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ we follow [Keep a CHANGELOG](http://keepachangelog.com/). The format is simple:
- [#42](https://github.com/organization/project/pull/42) adds documentation!
### Changed
- Nothing.
### Deprecated
- Nothing.
Expand Down Expand Up @@ -359,6 +363,11 @@ Added

- [#42](https://github.com/organization/project/pull/42) adds documentation!

Changed
-------

- Nothing.

Deprecated
----------

Expand Down Expand Up @@ -532,6 +541,10 @@ version represented by the `master` branch:

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.
Expand All @@ -550,6 +563,10 @@ version represented by the `master` branch:

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.
Expand Down Expand Up @@ -589,6 +606,10 @@ branch's changelog. As an example, consider the following:

- Useful features that everyone will want.

### Changed

- Nothing.

### Deprecated

- Useless features that are no longer needed.
Expand All @@ -607,6 +628,10 @@ branch's changelog. As an example, consider the following:

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.
Expand All @@ -629,6 +654,10 @@ The above would be merged to a single changelog entry for 2.6.0 which would look

- Useful features that everyone will want.

### Changed

- Nothing.

### Deprecated

- Useless features that are no longer needed.
Expand Down
1 change: 1 addition & 0 deletions src/ChangelogBump.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ private function updateChangelog($version)

$changelog = sprintf("\n\n## %s - TBD\n\n", $version)
. "### Added\n\n- Nothing.\n\n"
. "### Changed\n\n- Nothing.\n\n"
. "### Deprecated\n\n- Nothing.\n\n"
. "### Removed\n\n- Nothing.\n\n"
. "### Fixed\n\n- Nothing.\n\n";
Expand Down

0 comments on commit 14d94b1

Please sign in to comment.