From 02395413bacc4630de9757d308b9e07737b0be61 Mon Sep 17 00:00:00 2001 From: kunish Date: Thu, 2 Mar 2023 14:39:57 +0800 Subject: [PATCH] chore: better release notes --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a6ca73b..ea5c8142 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -240,14 +240,16 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - echo 'Release created at ${{ env.BUILDTIME }} + cat > release.txt << 'EOF' + Release created at ${{ env.BUILDTIME }} Synchronize ${{ github.ref_name }} branch code updates, keeping only the latest version
### release version `default(not specified in file name)`: compiled with GOAMD64=v3 `cgo`: support lwip tun stack, compiled with GOAMD64=v1 `compatible`: compiled with GOAMD64=v1 - Check details between different architectural levels [here](https://github.com/golang/go/wiki/MinimumRequirements#amd64).' > release.txt + Check details between different architectural levels [here](https://github.com/golang/go/wiki/MinimumRequirements#amd64). + EOF - name: Upload Prerelease uses: softprops/action-gh-release@v1