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
- Host: GitHub
- URL: https://github.com/sschmid/bee-changelog
- Owner: sschmid
- License: mit
- Created: 2021-03-13T14:47:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T09:05:47.000Z (about 4 years ago)
- Last Synced: 2025-04-07T19:18:31.790Z (about 1 year ago)
- Topics: bash, bee, changelog, plugin
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```