Add changelog rollover on stable promotion (#2033)

With this configuration change, expeditor will add a "latest stable"
section to the changelog automatically whenever we promote InSpec
to the stable channel. All existing changelog entries will remain,
and any additional changelog entries that have been made in newer
versions that are newer than the artifact being promoted will
remain intact.

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-07-27 18:41:42 -04:00 committed by GitHub
parent 6c6c2cbb1f
commit 279fcb5cff

View file

@ -18,3 +18,7 @@ merge_actions:
built_in:trigger_omnibus_release_build:
ignore_labels: "Omnibus: Skip Build"
only_if: built_in:bump_version
artifact_actions:
promoted_to_stable:
built_in:rollover_changelog: