Browse Source

Add a few missing git commands to the release checklist, and change the S3 storage to "Standard", since it's actually (barely) cheaper than "Reduced Redundancy" now.

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
ba4527904a
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      RELEASE_CHECKLIST.txt

+ 6
- 3
RELEASE_CHECKLIST.txt View File

@@ -99,7 +99,7 @@ Go to Amazon S3 service at:
https://console.aws.amazon.com/s3/ https://console.aws.amazon.com/s3/


Upload the two tarballs in the json-c_releases folder. Upload the two tarballs in the json-c_releases folder.
When uploading, use "Reduced Redundancy", and make the uploaded files publicly accessible.
When uploading, use "Standard" storage class, and make the uploaded files publicly accessible.


Logout of Amazon S3, and verify that the files are visible. Logout of Amazon S3, and verify that the files are visible.
https://s3.amazonaws.com/json-c_releases/releases/index.html https://s3.amazonaws.com/json-c_releases/releases/index.html
@@ -122,6 +122,9 @@ Update RELEASE_CHECKLIST.txt, set release=${release}+1


Update the set_target_properties() line in CmakeLists.txt to match the release branch. Update the set_target_properties() line in CmakeLists.txt to match the release branch.


git commit -a -m "Update the master branch to version 0.${release}.99"
git push

------------ ------------


Update the gh-pages branch with new docs: Update the gh-pages branch with new docs:
@@ -135,12 +138,12 @@ Update the gh-pages branch with new docs:
mkdir json-c-${release} mkdir json-c-${release}
cp -R ../json-c-${release}/doc json-c-${release}/. cp -R ../json-c-${release}/doc json-c-${release}/.
git add json-c-${release} git add json-c-${release}
git commit
git commit -a -m "Add the ${release} docs."


vi index.html vi index.html
# Add/change links to current release. # Add/change links to current release.


git commit index.html
git commit -a -m "Update the doc links to point at ${release}"


git push git push




Loading…
Cancel
Save