1.1.4 • Published 3 years ago

renovate-changelog-updater v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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',
  }
}
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago