From cad139138d774083d395d6e6f83dffd0ae127a1b Mon Sep 17 00:00:00 2001 From: Nick Pezza Date: Tue, 26 Dec 2023 14:33:11 -0500 Subject: [PATCH] Add release notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b0041998..33f7edb2 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,14 @@ Regardless of the platform you are working on, you will need to have Yarn instal Clone the repo then run `cd archipelago/WebView; bun install` in your console. Then open the app in Xcode. +## Releasing + +- Create archive in Xcode with new version +- Export notarized app to dist/ +- Create release in GitHub for new version +- create zip file (`ditto -c -k --keepParent dist/Archipelago.app + dist/Archipelago.zip`) + ## License Archipelago is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).