This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
forked from nichollsh/SOCRATES
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nichollsh#6 from FormingWorlds/package
Make SOCRATES available via github artifacts
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The build workflow compiles the code and makes the zip file in the [Action artifacts](https://github.com/FormingWorlds/SOCRATES/actions). Any push to the master branch will trigger the workflow to compile the code | ||
|
||
How to make a release: | ||
|
||
1. Tag a version of the code, e.g. `git tag 1.0.0` | ||
2. Push the tag, `git push origin tag 1.0.0` | ||
3. The [action-gh-release action](https://github.com/softprops/action-gh-release) detects a tagged commit and makes a [release](https://github.com/FormingWorlds/SOCRATES/releases) | ||
4. The release contains a zip file with the compiled code | ||
5. Update the release notes if necessary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters