1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Releasing.md: Add notes on Pre-Releases.

This commit is contained in:
Athanasius 2020-07-01 17:21:30 +01:00
parent c1221fb6fc
commit 71ae6b8a34

@ -138,3 +138,14 @@ The final step below is what fully publishes the release for running EDMC instan
1. `git checkout releases`
1. `git merge release-3.5.0.0`
1. `git push origin`
1. You should also merge the code into the `stable` branch for easy reference.
Pre-Releases
===
If you are making a pre-release then:
1. **DO NOT** Edit edmarketconnector.xml at all. No, not even if you think you won't accidentally merge it into `releases`. Just don't change it at all.
1. **DO NOT** merge into `releases`.
1. **DO NOT** merge into `stable`.
1. *Do* merge the code into `beta` after you have made a 'pre-release' on GitHub.