From ade048d1fc326b2f9f9f777bdb37c25e2352fe14 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 15 Jun 2020 15:50:26 +0100 Subject: [PATCH] docs: RELEASING.md: How to update edmarketconnector.xml --- docs/RELEASING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 5f779abb..d29df19c 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -116,4 +116,8 @@ Finally, uninstall your current version of ED Market Connector and re-install us Distribution --- -Put the `EDMarketConnector_win_.msi` file in place where you're releasing the files. Put the `appcast_win_.xml` file where it will be served under the URL you specified in the `update_feed` you set in `config.py`. +Put the `EDMarketConnector_win_.msi` file in place where you're releasing the files. + +For the `edmarketconnector.xml` update you'll need to edit the existing file: +1. Update the `` and `<description>` texts to reflect the latest version and the additional changelog. +1. Update the `url`, `sparkle:version` and `length` elements as per the latest appcast_win_<version>.xml file geneated by the build process. Ensure the `url` does match where you uploaded the `.msi` file.