Skip to content

Commit

Permalink
updating documentation for version
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Apr 24, 2023
1 parent d7638fb commit d307d1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/development-resources/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ remain accurate.
1. Look at the latest [changes committed to GitHub since the
last release](https://github.com/jacobwilliams/json-fortran/compare/{!.VERSION!}...HEAD),
{!.VERSION!}. This will only be accurate if you have
not yet updated `.VERSION`. If you *have* updated
`.VERSION` then edit the URL manually to view the
not yet updated the project version in cmake. If you *have* updated
the prouct version in cmake and run cmake (and therefore `.VERSION`) then edit the URL manually to view the
changes.
1. Run the
[`github_changelog_generator`](https://github.com/github-changelog-generator/github-changelog-generator)
Expand Down Expand Up @@ -51,7 +51,8 @@ remain accurate.
string
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
1. Update the version string in remaining files requiring manual edits:
1. Edit the `.VERSION` file
1. Edit the product version in cmake
1. Run cmake to product the .VERSION file
1. Edit the CMake example on line 142 of `README.md`
1. Edit the `json_fortran_version` string in `json_module.F90`
1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
Expand Down

0 comments on commit d307d1e

Please sign in to comment.