diff --git a/README.md b/README.md index e515012..c785e55 100644 --- a/README.md +++ b/README.md @@ -263,13 +263,16 @@ See also the Apple Developer documentation at ..-` -* Run deployment of [appcast.xml](https://build.syncthing.net/viewType.html?buildTypeId=SyncthingMacOS_CreateAppcastXml). Which turns [github releases JSON into a Sparkle appcast.xml file](https://github.com/syncthing/syncthing-macos/tree/develop/cmd/ghreleases2appcast). (See also [Sparkle documentation](https://sparkle-project.org/documentation/)) + * `CFBundleShortVersionString`: User readable string (e.g `1.27.10-1`) + * `CFBundleVersion`: Incrementing version counter (e.g `102701001` for `1.27.10-1`) + +* When the git branch develop or release pushed to github the Github actions CI server automatically builds debug and release +* Manually download the release `.dmg` from [github.com actions](https://github.com/syncthing/syncthing-macos/actions/workflows/build-syncthing-macos.yml) which is correctly signed and notarized +* Manually [create a new Github release](https://github.com/syncthing/syncthing-macos/releases/new) with tag `v..-` +* Run deployment of Sparkle updater [appcast.xml](https://github.com/syncthing/syncthing-macos/actions/workflows/generate-appcast.yml). Which turns [github releases JSON into a Sparkle appcast.xml file](https://github.com/syncthing/syncthing-macos/tree/develop/cmd/ghreleases2appcast). (See also [Sparkle documentation](https://sparkle-project.org/documentation/)) to push to users.