You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/development-resources/release-checklist.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ remain accurate.
57
57
README.md`
58
58
1. Commit the changes to the master branch: `git commit`
59
59
1. Create the tag: `git tag <new version>`
60
+
1. Note: for some reason, using GitHub to tag a project means that the tag doesn't show up when you `git describe` the project. Tagging from the command line makes `git describe` work as expected.
60
61
1.[deploy.sh](deploy.sh.html) will publish the documentation for the
61
62
latest tag from
62
63
[Travis-CI](https://travis-ci.org/jacobwilliams/json-fortran) to
0 commit comments