Skip to content

Commit 2b2822d

Browse files
committed
Made a note about tagging from GitHub.
Fixes #246
1 parent 763b170 commit 2b2822d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/development-resources/release-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ remain accurate.
5757
README.md`
5858
1. Commit the changes to the master branch: `git commit`
5959
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.
6061
1. [deploy.sh](deploy.sh.html) will publish the documentation for the
6162
latest tag from
6263
[Travis-CI](https://travis-ci.org/jacobwilliams/json-fortran) to

0 commit comments

Comments
 (0)