Skip to content

Commit

Permalink
Correct variable name in branching procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Feb 27, 2023
1 parent 6792a97 commit ab1ff77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ When a commit is pushed into `X.Y`:
* Add the new release versions to the site's index page and navigation bar by editing [/web/content/index.adoc](https://github.com/theforeman/foreman-documentation/blob/master/web/content/index.adoc) and [/web/content/js/nav.js](https://github.com/theforeman/foreman-documentation/blob/master/web/content/js/nav.js).
* Test the changes by following the instructions in [/web/README.md](https://github.com/theforeman/foreman-documentation/tree/master/web/README.md) to deploy the website locally.
* Add the new Foreman version to [/.github/PULL_REQUEST_TEMPLATE.md](https://github.com/theforeman/foreman-documentation/blob/master/.github/PULL_REQUEST_TEMPLATE.md).
* Update `SYMLINK_VERSIONS` in the root `Makefile`.
* Update `VERSION_LINKS` in the root `Makefile`.
* Push the changes into `master`.
* Check the site if links and landing page appeared correctly. HTML guides should be deployed into `/X.Y`

Expand Down

0 comments on commit ab1ff77

Please sign in to comment.