A git-semver plugin that updates a CHANGELOG.md according to keep a changelog standards, with Bitbucket links for the compares.
After cloning, copy update_keepachangelog_bitbucket.sh to one of these dirs:
| Location |
|---|
./.git-semver/plugins |
${HOME}/.git-semver/plugins/ |
Example:
cp /path/to/git-semver-plugin-update-keepachangelog-bitbucket/update_keepachangelog_bitbucket.sh ~/.git-semver/plugins/update_keepachangelog_bitbucket.shMake sure its executable.
See git-semver for more on how to install and use plugins.