Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for Foreman GA before announcing Katello #283

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions procedures/katello/release.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@

## Release Engineer

<% if is_first_ga -%>
- [ ] Wait for Foreman's GA to be packaged and built before proceeding
<% end -%>
- [ ] Update release version similar to [here](https://github.com/theforeman/theforeman-rel-eng/commit/2029a9688da00d9c385c3438dd71b594ba5f728e)
- [ ] Update `katello`, `katello-repos` and `rubygem-katello`
- [ ] Use <%= rel_eng_script('bump_rpm_packaging') %>: `PROJECT=katello VERSION=<%= short_version %> ./bump_rpm_packaging`
Expand All @@ -72,6 +75,9 @@
# Once release is out
## Release Owner

<% if is_first_ga -%>
- [ ] Wait for Foreman's GA to be announced before proceeding
<% end -%>
- [ ] Confirm response that the build succeeded (or if necessary, do more cherry-picks and version bumps repeating the steps above)
- [ ] Test the install and upgrade documentation for both the Katello server and smart proxy
- [ ] Post a [release announcement](https://community.theforeman.org/c/release-announcements/8)
Expand Down