From da6ef9b4eeb96ee996e4bc4f0dbf59c534c15916 Mon Sep 17 00:00:00 2001 From: Matthew Herber <32679887+Happyrobot33@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:32:03 -0400 Subject: [PATCH] create release template system --- .github/workflows/release.yml | 3 +++ RELEASE TEMPLATE.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 RELEASE TEMPLATE.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 739c25d2..db9e9731 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: env: packageName: "com.mattshark.openflight" + releaseTemplate: "RELEASE TEMPLATE.md" permissions: contents: write @@ -53,3 +54,5 @@ jobs: ${{ env.zipFile }} ${{ env.unityPackage }} Packages/${{ env.packageName }}/package.json + body: | + ${{ env.releaseTemplate }} diff --git a/RELEASE TEMPLATE.md b/RELEASE TEMPLATE.md new file mode 100644 index 00000000..662280e4 --- /dev/null +++ b/RELEASE TEMPLATE.md @@ -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