Skip to content

Commit fa54bd5

Browse files
committed
Update the release checklist to include calculating the tarball checksums and updating the wiki.
1 parent 515ba0d commit fa54bd5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

RELEASE_CHECKLIST.txt

+15
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,21 @@ git commit
111111
vi index.html
112112
Add/change links to current release.
113113

114+
git commit index.html
115+
116+
git push
117+
118+
------------
119+
120+
Update checksums on wiki page.
121+
122+
cd ..
123+
openssl sha -sha256 json-c*gz
124+
openssl md5 json-c*gz
125+
126+
Copy and paste this output into the wiki page at:
127+
https://github.com/json-c/json-c/wiki
128+
114129
------------
115130

116131
Send an email to the mailing list.

0 commit comments

Comments
 (0)