Package Exports
- update-changelog-package
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (update-changelog-package) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Update [Unreleased] in CHANGELOG.md to current package version and add a new one unreleased section at the top
- Install as devDependency
npm i -D @unitybase/update-changelog- Add script version to package.json:
...
"scripts": {
...
"version": "update-changelog && git add CHANGELOG.md"
}