Skip to content

Commit

Permalink
Improved release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Mar 20, 2024
1 parent f755252 commit 84f9a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions SoarShuffler/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
jars/*.jar
SoarRelease.zip
SoarRelease.tar.gz
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ You'll get the release directories wherever you specified in the `SOAR_SHUFFLER_

* Finally, unzip the release directories in `SoarRelease/SoarSuite` and check that VisualSoar, the debugger, TankSoar, and SoarCLI all work with a simple double-click.
* Share the release with others and get feedback.
* Once you're happy with it, delete the directories you unzipped and, then zip up the `SoarRelease/SoarSuite` directory and upload it to the release on GitHub.
* Once you're happy with it, delete the directories you unzipped and, then zip/tarball up the `SoarRelease` directory and upload to the release on GitHub.
- `zip -r SoarRelease.zip SoarRelease`
- `tar -czvf SoarRelease.tar.gz SoarRelease`
* Push a releases/$VERSION tag for Soar, and $VERSION tags for other Release-Support and VisualSoar.

0 comments on commit 84f9a6d

Please sign in to comment.