Updated instructions

This commit is contained in:
mathusummut
2019-04-23 00:06:29 +02:00
parent 9c877b0905
commit d5ab27e598
3 changed files with 32 additions and 2 deletions

View File

@@ -134,6 +134,22 @@ discuss them on the ticket.
It's possible to work on two or more different patches (and therefore multiple branches) at It's possible to work on two or more different patches (and therefore multiple branches) at
one time, but it's recommended that beginners only work on one patch at a time. one time, but it's recommended that beginners only work on one patch at a time.
For devs only: To update a release, make sure to update the following:
- The GitHub Content and releases of:
- glest-source (+ AppImage release)
- glest-data
- windows-binaries
- windows-installer
- windows-installer-src
- io.glest.Glest (+ Flatpak release)
- Update Readme of repos
- The Website:
- glest.io (version.txt)
- glest.github.io (version.txt)
### Syncing ### ### Syncing ###
Periodically, especially before starting a new patch, you'll need to sync your Periodically, especially before starting a new patch, you'll need to sync your
repo with the remote upstream. GitHub has instructions for doing this: repo with the remote upstream. GitHub has instructions for doing this:

View File

@@ -56,7 +56,6 @@ Then run the following command to start the game:
3. Building manually using CMake: https://github.com/glest/glest-source/blob/master/BUILD.md 3. Building manually using CMake: https://github.com/glest/glest-source/blob/master/BUILD.md
For other operating systems, you must [**build and install from For other operating systems, you must [**build and install from
source**](https://github.com/Glest/glest-source/blob/master/BUILD.md) source**](https://github.com/Glest/glest-source/blob/master/BUILD.md)
(Later, we'll be providing binary packages). (Later, we'll be providing binary packages).
@@ -69,8 +68,8 @@ source**](https://github.com/Glest/glest-source/blob/master/BUILD.md)
* [FAQ](https://glest.io/docs/faq.html) * [FAQ](https://glest.io/docs/faq.html)
* [Compiling](https://github.com/Glest/glest-source/blob/master/BUILD.md) * [Compiling](https://github.com/Glest/glest-source/blob/master/BUILD.md)
* [Contributing and Testing](https://github.com/Glest/glest-source#contributing-and-testing) * [Contributing and Testing](https://github.com/Glest/glest-source#contributing-and-testing)
* [Updating](https://github.com/Glest/glest-source/blob/master/UPDATING.md)
* [ChangeLog](https://github.com/Glest/glest-source/blob/master/ChangeLog.md) * [ChangeLog](https://github.com/Glest/glest-source/blob/master/ChangeLog.md)
* [Detailed information about units in the game](https://glest.io/docs)
### Extra Tech trees, mods, tilesets, scenarios ### Extra Tech trees, mods, tilesets, scenarios

15
UPDATING.md Normal file
View File

@@ -0,0 +1,15 @@
For devs only: To update a release, make sure to update the following:
- The GitHub Content and releases of:
- glest-source (+ AppImage release)
- glest-data
- windows-binaries
- windows-installer
- windows-installer-src
- io.glest.Glest (+ Flatpak release)
- Update Readme of repos
- The Website:
- glest.io (version.txt)
- glest.github.io (version.txt)