@@ -41,24 +41,24 @@ jobs:
41
41
bash ./bin/release.sh v${{ steps.version.outputs.version }}
42
42
script_stop : true
43
43
44
- - name : Generate release notes
45
- id : notes
46
- uses : RedCrafter07/release-notes-action@main
47
- with :
48
- tag-name : v${{ steps.version.outputs.version }}
49
- token : ${{ secrets.GITHUB_TOKEN }}
50
- branch : ${{ github.ref_name }}
44
+ # - name: Generate release notes
45
+ # id: notes
46
+ # uses: RedCrafter07/release-notes-action@main
47
+ # with:
48
+ # tag-name: v${{ steps.version.outputs.version }}
49
+ # token: ${{ secrets.GITHUB_TOKEN }}
50
+ # branch: ${{ github.ref_name }}
51
51
52
- - name : Cleanup release notes
53
- run : |
54
- sed -i '/## What/d' ${{ steps.notes.outputs.release-notes }}
55
- sed -i '/## New Contributors/,$d' ${{ steps.notes.outputs.release-notes }}
52
+ # - name: Cleanup release notes
53
+ # run: |
54
+ # sed -i '/## What/d' ${{ steps.notes.outputs.release-notes }}
55
+ # sed -i '/## New Contributors/,$d' ${{ steps.notes.outputs.release-notes }}
56
56
57
- - name : Create release
58
- uses : softprops/action-gh-release@v1
59
- env :
60
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
- with :
62
- tag_name : v${{ steps.version.outputs.version }}
63
- name : v${{ steps.version.outputs.version }}
64
- body : ${{ steps.notes.outputs.release-notes }}
57
+ # - name: Create release
58
+ # uses: softprops/action-gh-release@v1
59
+ # env:
60
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
+ # with:
62
+ # tag_name: v${{ steps.version.outputs.version }}
63
+ # name: v${{ steps.version.outputs.version }}
64
+ # body: ${{ steps.notes.outputs.release-notes }}
0 commit comments