1.3.8 • Published 10 months ago

beforster-renovate-changelog-updater v1.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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 --isLockFileMaintenance false

How to configure renovate ?

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

10 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago