Skip to content

Commit

Permalink
Add missing backtick to make it a command
Browse files Browse the repository at this point in the history
Fixes: 04bf575 ("Add a rel_eng_script macro in procedures")
  • Loading branch information
ekohl committed Jan 29, 2024
1 parent 2e4287d commit fbe0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procedures/katello/branch.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- [] Bump Katello related packages to their next versions
- [] [packaging](https://github.com/theforeman/foreman-packaging/pull/8729/files)
- [ ] Generate and post the release procedure, if not already posted:
- [ ] Use <%= rel_eng_script('procedure_release') %>: `PROJECT=katello VERSION=<%= release %> ./procedure_release "<%= target_date %>" "<%= owner %>" "<%= engineer %>"
- [ ] Use <%= rel_eng_script('procedure_release') %>: `PROJECT=katello VERSION=<%= release %> ./procedure_release "<%= target_date %>" "<%= owner %>" "<%= engineer %>"`
- [ ] Post the output in [Development/Releases](https://community.theforeman.org/c/development/releases/20) using `Katello <%= release %>.0-rc1 release process`
- [ ] Clone https://github.com/theforeman/apidocs and follow the Katello README section to update the API documentation.
- [ ] Prepare "Katello Next" and future redmine versions
Expand Down

0 comments on commit fbe0aab

Please sign in to comment.