renovate-changelog-updater

1.1.4 • Public • Published

Renovate-changelog-updater

How to use it ?

npx renovate-changelog-updater --depName my-updated-package --current-version 1.0.0 --new-version 2.0.0

How to configure renovate ?

{
  allowPostUpgradeCommandTemplating: true,
  allowedPostUpgradeCommands: ['^npx renovate-changelog-updater'],
  postUpgradeTasks: {
    commands: ['npx renovate-changelog-updater --depName {{{depName}}} --current-version {{{currentVersion}}} --new-version {{{newVersion}}}'],
    fileFilters: ['CHANGELOG.md'],
    executionMode: 'update',
  }
}

/renovate-changelog-updater/

    Package Sidebar

    Install

    npm i renovate-changelog-updater

    Weekly Downloads

    18

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    12

    Last publish

    Collaborators

    • thimar