An open API service indexing awesome lists of open source software.

https://github.com/sschmid/bee-changelog

Merge changes into changelog - https://github.com/sschmid/bee
https://github.com/sschmid/bee-changelog

bash bee changelog plugin

Last synced: about 1 month ago
JSON representation

Merge changes into changelog - https://github.com/sschmid/bee

Awesome Lists containing this project

README

          

# changelog
Merge changes into changelog (see https://keepachangelog.com)

https://github.com/sschmid/bee-changelog

```
template:

CHANGELOG_PATH=CHANGELOG.md # default
CHANGELOG_CHANGES=CHANGES.md # default
CHANGELOG_URL=https://github.com/sschmid/bee-changelog
CHANGELOG_TAG_PREFIX="" # default
CHANGELOG_TAG_SUFFIX="" # default

usage:

merge Merge the current version and timestamp as well as the
content of the file CHANGELOG_CHANGES into CHANGELOG_PATH
release Create a new release with the current version and timestamp
as well as the content of [Unreleased] in CHANGELOG_PATH
```