Add steps to release instructions

This commit is contained in:
Brandon Evans 2021-01-26 09:24:52 -07:00 committed by GitHub
parent bb28386306
commit a4a83deae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,10 +63,12 @@ pushd Product
../scripts/notarize.sh "test@example.com" "@keychain:altool" MyOrg Xcodes.zip ../scripts/notarize.sh "test@example.com" "@keychain:altool" MyOrg Xcodes.zip
# Sign the .zip for Sparkle, note the signature in the output for later # Sign the .zip for Sparkle, note the signature in the output for later
# If you're warned about the signing key not being found, see the Xcodes 1Password vault for the key and installation instructions.
../scripts/sign_update Xcodes.zip ../scripts/sign_update Xcodes.zip
popd popd
# Go to https://github.com/RobotsAndPencils/XcodesApp/releases # Go to https://github.com/RobotsAndPencils/XcodesApp/releases
# If there are uncategorized PRs, add the appropriate label and run the Release Drafter action manually
# Edit the latest draft release # Edit the latest draft release
# Set its tag to the tag you just pushed # Set its tag to the tag you just pushed
# Set its title to a string with the format "$VERSION ($BUILD)" # Set its title to a string with the format "$VERSION ($BUILD)"