Skip to content

Commit

Permalink
create release template system
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Apr 12, 2023
1 parent ec99745 commit da6ef9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
packageName: "com.mattshark.openflight"
releaseTemplate: "RELEASE TEMPLATE.md"

permissions:
contents: write
Expand Down Expand Up @@ -53,3 +54,5 @@ jobs:
${{ env.zipFile }}
${{ env.unityPackage }}
Packages/${{ env.packageName }}/package.json
body: |
${{ env.releaseTemplate }}
11 changes: 11 additions & 0 deletions RELEASE TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**WARNING: This version is now the package manager version, which means you DO NOT download anything from this release listing. Instead follow the readme on how to install it through the VCC itself**
If you are upgrading from v1.0.0, the VCC *should* automatically transition everything over, removing the old unity package version of the system

## Major Changes
- FILL THIS OUT

## Minor Changes
- FILL THIS OUT

## Fixes
- FILL THIS OUT

0 comments on commit da6ef9b

Please sign in to comment.