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.
14
14
1. Look at the latest [changes committed to GitHub since the
15
15
last release](https://github.com/jacobwilliams/json-fortran/compare/{!.VERSION!}...HEAD),
16
16
{!.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
19
19
changes.
20
20
1. Run the
21
21
[`github_changelog_generator`](https://github.com/github-changelog-generator/github-changelog-generator)
@@ -51,7 +51,8 @@ remain accurate.
51
51
string
52
52
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
53
53
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
55
56
1 . Edit the CMake example on line 142 of ` README.md `
56
57
1 . Edit the ` json_fortran_version ` string in ` json_module.F90 `
57
58
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