mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Add steps to release instructions
This commit is contained in:
parent
bb28386306
commit
a4a83deae5
1 changed files with 2 additions and 0 deletions
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue