1
0
forked from GitHub/gf-rgl

Change build workflow to take care of creating entire release

This commit is contained in:
John J. Camilleri
2020-11-14 17:19:00 +01:00
parent aa3b6648f3
commit 519a31e88a
3 changed files with 71 additions and 30 deletions

10
RELEASE.md Normal file
View File

@@ -0,0 +1,10 @@
# RGL releases
The RGL does not use semantic versioning.
Releases are instead made periodically, as snapshots of the current state of the library.
Releases are Git tagged `YYYYMMDD`, and for each release a binary package (as `.gfo` files) is made available as a GitHub release.
## Creating a new release
1. Run the "Create release" workflow through the GitHub actions interface
(instructions [here](https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow)).