Skip to content

Commit

Permalink
Reorder branching steps for installer options
Browse files Browse the repository at this point in the history
Reorder the installer options update steps to ensure the updates are
done to nightly first so they can be copied to 3.13, instead of having
to ensure they are updated in both places.
  • Loading branch information
pcreech authored and ekohl committed Nov 4, 2024
1 parent 6587a92 commit 27e3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procedures/foreman/branch.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
- [ ] Announce start of stabilization week to discourse [development category](https://community.theforeman.org/c/development).
- [ ] Request new Hammer CLI release from maintainers if needed.
- Prepare the manual for the new version:
- [ ] Update installer options section of nightly manual using the [get-params script](https://github.com/theforeman/theforeman.org/blob/gh-pages/scripts/installer/get-params)
- [ ] Copy [website manual content](https://github.com/theforeman/theforeman.org/tree/gh-pages/manuals) from nightly to <%= release %> and update version numbers mentioned in it.
- `cp -r manuals/nightly manuals/<%= release %>`
- `cp -r _includes/manuals/nightly _includes/manuals/<%= release %>`
- `sed -i 's/nightly/<%= release %>/i' manuals/<%= release %>/*.md`
- `sed -i '/previous_version/ s/: .\+/: "<%= release %>"/' manuals/nightly/index.md`
- `sed -i '/- nightly/a \ \ - "<%= release %>"' _config.yml`
- [ ] Update installer options section of nightly manual using the [get-params script](https://github.com/theforeman/theforeman.org/blob/gh-pages/scripts/installer/get-params)
- [ ] Clean up deprecation and upgrade warnings from nightly manual for in both [foreman.adoc](https://github.com/theforeman/foreman-documentation/blob/master/guides/doc-Release_Notes/topics/foreman.adoc) and [katello.adoc](https://github.com/theforeman/foreman-documentation/blob/master/guides/doc-Release_Notes/topics/katello.adoc).
- [ ] Add new languages that are at a [reasonable completion on Transifex](https://www.transifex.com/foreman/foreman/foreman/) to __develop__

Expand Down

0 comments on commit 27e3c67

Please sign in to comment.