JSPM

update-changelog-package

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q28842F
  • License ISC

Update [Unreleased] in CHANGELOG.md to current package version and add a new one unreleased section at the top

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

  1. Install as devDependency
npm i -D @unitybase/update-changelog
  1. Add script version to package.json:
...
"scripts": {
    ...
    "version": "update-changelog && git add CHANGELOG.md"
}