release-it / keep-a-changelog

Keep a Changelog plugin for release-it
MIT License
27 stars 15 forks source link

Add support to addUnreleased option #7

Closed elsangedy closed 4 years ago

elsangedy commented 4 years ago

Add empty unreleased section before the last release section

## [Unreleased]

## [1.0.1] - 2020-10-28

* Item A
* Item B

## [1.0.0] - 2020-05-02

* Item C
* Item D
webpro commented 4 years ago

Thanks @elsangedy! I like this feature. Could you please change the name to addUnreleased so it's like keepUnreleased?

elsangedy commented 4 years ago

@webpro for sure

eMarek commented 4 years ago

@elsangedy Thanks for this upgrade. It is really annoying adding "unreleased" line manually after each release. Also please check my comment in code regarding addUnreleasedAfterRelease.

webpro commented 4 years ago

@eMarek Thanks for chiming in. Before I merge this PR: I don't see your comment?

webpro commented 4 years ago

Thanks @elsangedy! It's in v2.1.0.