Skip to content

Commit

Permalink
Update making-a-release.md
Browse files Browse the repository at this point in the history
add one more task to do at release
  • Loading branch information
impaktor authored Mar 14, 2024
1 parent 26ce10d commit 31fabc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contribute/making-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Things that need to be done for release
- bump `s_saveVersion` (if needed),
- make sure Changelog.txt is updated, and
- add the release text to NEWS.md file.
- Update version: `set(PROJECT_VERSION` in top of [CMakeLists.txt](https://github.com/pioneerspacesim/pioneer/blob/master/CMakeLists.txt).

- To publish, simply create a tag (either in the draft release, or push manually), of form `YYYYMMDD`. Github will start a new github action, and build windows and GNU/Linux binaries, and attach to the release notes. Note: once build is done, ensure the build artifacts have correct names: `pioneer-<YYYYMMDD>-<win.exe|linux.tar.gz>`.

Expand Down Expand Up @@ -74,6 +75,7 @@ Things that need to be done for release
:::

- Itch tracs its own downloads
- Flathub [shows](https://flathub.org/apps/net.pioneerspacesim.Pioneer) cumulative downloads
- (Sourceforge has public download stats)

## Misc
Expand Down

0 comments on commit 31fabc1

Please sign in to comment.