mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
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:
parent
6c6c2cbb1f
commit
279fcb5cff
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue