@joeblubaugh/erase-commit-links
v0.1.2
Published
A release-please plugin that removes commit and PR links from generated changelogs
Downloads
8
Maintainers
Readme
@joeblubaugh/erase-commit-links
A release-please plugin that removes commit and PR links from generated changelogs.
Installation
npm install @joeblubaugh/erase-commit-linksUsage
Add the plugin to your release-please configuration:
{
"plugins": ["@joeblubaugh/erase-commit-links"]
}Or use it via CLI:
release-please release-pr --plugin=@joeblubaugh/erase-commit-linksWhat it does
This plugin automatically removes commit and PR links entirely from CHANGELOG.md files generated by release-please:
Fix: Bug fix commit [abc1234](https://github.com/owner/repo/commit/abc1234)→ Fix: Bug fix commit[#123](https://github.com/owner/repo/pull/123)→ (removed completely)
Other GitHub links in the changelog are preserved.
License
BSD-3-Clause
