Skip to content

Release Process

Ryan Davis edited this page Feb 6, 2020 · 3 revisions

Release Process:

  • View https://github.com/inspec/train/releases to see if there are tags that are not promoted (ie, they don't have release notes attached and there is a "Show N newer tags" above the latest release).

you can also use this to see merged PRs:

hub pr list -s "merged" -b "master" -f "%mI %t (%au %i)%n" -L ### | sort
  • When the release is ready to go out, go into slack and execute:
/expeditor promote inspec/train:master x.y.z
  • Watch the #inspec-notify channel to monitor progress.
  • Go to the releases tab, click on "tags", click "..." on latest one and start a new release. Copy new changelog entry to here, title it, and create. (expeditor should do this for us...)
Clone this wiki locally