فهرست منبع

publish a draft release with auto generate release notes

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 3 سال پیش
والد
کامیت
d75f22cc7b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/release.yaml

+ 2 - 1
.github/workflows/release.yaml

@@ -44,7 +44,8 @@ jobs:
       - uses: ncipollo/release-action@v1
         with:
           artifacts: "bin/*"
-          prerelease: true
+          generateReleaseNotes: true
+          draft: true
           commit: "v2"
           token: ${{ secrets.GITHUB_TOKEN }}
           tag: ${{ github.event.inputs.tag }}