From dc4e1a33b294663dc40d98d73ffbdca24b43f320 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Tue, 20 Sep 2022 16:01:07 +0200 Subject: [PATCH] Update README.md Be more specific how a new release is created --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d15678..cd829b5 100644 --- a/README.md +++ b/README.md @@ -203,5 +203,7 @@ basicly these steps automatically: * `CFBundleShortVersionString` (e.g `0.14.50-dev` or `0.14.50-1`) * `CFBundleVersion` (e.g `145000` or `145001`) -* Manually create a github release + * Download the release dmg from [build.syncthing.net](https://build.syncthing.net/viewType.html?buildTypeId=SyncthingMacOS_BuildReleaseDmg) which is correctly signed and notarized +* Manually create a github release with tag vX.Y.Z-Nr +* 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).