File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pages/development-resources Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ remain accurate.
1414 1. Look at the latest [changes committed to GitHub since the
1515 last release](https://github.com/jacobwilliams/json-fortran/compare/{!.VERSION!}...HEAD),
1616 {!.VERSION!}. This will only be accurate if you have
17- not yet updated `.VERSION` . If you *have* updated
18- `.VERSION` then edit the URL manually to view the
17+ not yet updated the project version in cmake . If you *have* updated
18+ the prouct version in cmake and run cmake (and therefore `.VERSION`) then edit the URL manually to view the
1919 changes.
2020 1. Run the
2121 [`github_changelog_generator`](https://github.com/github-changelog-generator/github-changelog-generator)
@@ -51,7 +51,8 @@ remain accurate.
5151 string
5252 1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
5353 1 . Update the version string in remaining files requiring manual edits:
54- 1 . Edit the ` .VERSION ` file
54+ 1 . Edit the product version in cmake
55+ 1 . Run cmake to product the .VERSION file
5556 1 . Edit the CMake example on line 142 of ` README.md `
5657 1 . Edit the ` json_fortran_version ` string in ` json_module.F90 `
5758 1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
You can’t perform that action at this time.
0 commit comments