Skip to content

Commit

Permalink
Update releasing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfactor committed Mar 16, 2020
1 parent 1dcdc2a commit 87f4a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To do for each release
3) Update savefile version, bonefile version or highscore version, as appropriate
4) Update NEWS with release date
5) Commit the above changes
6) Create a tag in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
6) Create a tag in the format `v059` (use the same number as the new version number entered in `CMakeLists.txt`)
7) Push the above changes including tag to `master`

A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped.
Expand All @@ -19,7 +19,7 @@ Old instructions for posterity

### Things to change around in the code:

- Update the IVAN version number in the root CMakeLists.txt from 0.57 to 0.58, depending on what the next version is
- Update the IVAN version number in the root CMakeLists.txt from 0.58 to 0.59, depending on what the next version is
- Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
- Update this file (releasing.md) to the _next_ release number with the instructions for the next release

Expand All @@ -32,7 +32,7 @@ Old instructions for posterity

### Include the following files in a zip folder for each release:

**Folder: IvanWin058**
**Folder: IvanWin059**

**Files = 12**

Expand Down Expand Up @@ -110,7 +110,7 @@ Old instructions for posterity

**Subfolder: Script\sound**

### Then commit changes, with the release tag v058
### Then commit changes, with the release tag v059
Tag can be appended to latest commit

### Push changes

0 comments on commit 87f4a33

Please sign in to comment.