Skip to content

Commit

Permalink
Move Redmine steps until after tagging
Browse files Browse the repository at this point in the history
Until a release has been tagged, things can still be added and the bot
could set the wrong Fixed in Release values.
  • Loading branch information
ekohl committed Jul 15, 2024
1 parent b920809 commit 92b2650
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions procedures/foreman/release.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@

## Release Owner

<% unless is_rc -%>
- [ ] Add a new [Redmine version](https://projects.theforeman.org/projects/foreman/settings/versions) for the next minor, unless the series is EOL. Be sure the version is set to sharing with subprojects.
<% end -%>
- [ ] Remove/change target version field for any open Redmine tickets assigned to the release still (next minor, unset it or reject)
- [ ] Ensure that code in git matches issues fixed in <%= full_version %> in redmine. [issues](https://github.com/theforeman/theforeman-rel-eng/blob/master/issues) can be used to generate a comparison between the two.
<% unless is_rc -%>
- [ ] Change Redmine version <%= full_version %> state to Closed using <%= rel_eng_script('close_redmine_version') %>
<% end -%>

# Tagging a release: <%= target_date %>

Expand All @@ -42,6 +36,10 @@
- [ ] Create tags using <%= rel_eng_script('tag_project') %>
- [ ] Push tags using <%= rel_eng_script('tag_push') %>
- [ ] Run the Jenkins [Tarballs Release](https://ci.theforeman.org/job/tarballs-release/) using <%= rel_eng_script('release_tarballs') %> to create tarballs
<% unless is_rc -%>
- [ ] Change Redmine version <%= full_version %> state to Closed using <%= rel_eng_script('close_redmine_version') %>
- [ ] Add a new [Redmine version](https://projects.theforeman.org/projects/foreman/settings/versions) for the next minor, unless the series is EOL. Be sure the version is set to sharing with subprojects.
<% end -%>

## Release Engineer

Expand Down

0 comments on commit 92b2650

Please sign in to comment.