Update README.md

Be more specific how a new release is created
This commit is contained in:
Jerry Jacobs
2022-09-20 16:01:07 +02:00
committed by GitHub
parent 05062ef295
commit dc4e1a33b2
+3 -1
View File
@@ -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).