Skip to content

Commit

Permalink
Correct which HTML page to update with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Nov 9, 2019
1 parent 46957ac commit 2e7b0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See [Create release branch](#create-release-branch).
Update the version number of the new release in the following places:

- [include/soci/version.h](include/soci/version.h)
- [mkdocs.yml](mkdocs.yml) - in `release/X.Y` branch set `site_name` with **X.Y** and keep **master** in the `master` branch.
- [mkdocs.yml](mkdocs.yml) - in `release/X.Y` branch (see [create release branch](#create-release-branch)) set `site_name` with **X.Y** and keep **master** in the `master` branch.
- [docs/index.md](docs/index.md)
- [appveyor.yml](appveyor.yml)

Expand All @@ -72,7 +72,7 @@ Update version of the new release on the [www/index.html](www/index.html) page.
Add date and version of the new release on the [www/events.html](www/events.html) page.

Add link to the folder with documentation for the new release
on the [www/doc.html](www/doc.html) page.
on the [www/doc/index.html](www/doc/index.html) page.

## Upload website content

Expand Down

0 comments on commit 2e7b0ac

Please sign in to comment.