From cd3292b5a2ffe038aa5059d8bfcadc35b1b9de9b Mon Sep 17 00:00:00 2001 From: vczh Date: Thu, 12 Jan 2023 02:42:17 -0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 53df3b2e..05585872 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,23 @@ Release folder of all projects. Download code from [public releases](https://github.com/vczh-libraries/Release/releases) to get the latest stable release. Code from this repo is also usable but I don't make any promise. I will only make a new release when I think the code is ready to update. +## Release from other platforms + +- Release from the **GacUI** repo keeps using version number: `X.Y.Z.0`. +- Both **iGac** and **gGac** repos imports source code from **Release** repo for development. + - Only commits for a published release could be used as dependency. +- When **iGac** or **gGac** repos need to make a new release: + - Run **CodePack** and upload generated files to `platform_release` branch. + - Create release in the repo from `platform_release` branch. + - If it depends on a **Release** commit referenced by `X.Y.Z.0`, then the version number should be `X.Y.Z.W`. +- When **iGac** and **gGac** releases depend on the same **Release** version, it will be updated below. + +## Synchronized latest releases from multiple platforms: + +- **GacUI**: Not specified yet +- **iGac**: Not specified yet +- **gGac**: Not specified yet + ## Visual Studio Extension Copy [Vlpp.natvis](https://github.com/vczh-libraries/Release/blob/master/Import/vlpp.natvis) to Visual Studio's visualizers folder.