File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - " v2.[0-9]+.[0-9]+*"
88 # Ignore release versions tagged with -rc0 suffix
99 - " !v2.[0-9]+.[0-9]-rc0"
10-
11- pull_request :
1210jobs :
1311 generate-notes :
1412 runs-on : ubuntu-latest
7472 env :
7573 GH_TOKEN : ${{ github.token }}
7674 START : v${{ steps.version.outputs.current_release }}-rc0
77- # END: ${{ github.ref_name }}
78- END : v2.20.0-rc1
75+ END : ${{ github.ref_name }}
7976 run : |
8077 JQ_EXPR='[.commits[].author.login]
8178 | map(select(. != null and . != "HaystackBot" and . != "dependabot[bot]"))
9794 run : |
9895 cat enhanced_relnotes.md
9996
100- # - uses: ncipollo/release-action@v1
101- # with:
102- # bodyFile: "enhanced_relnotes.md"
103- # prerelease: ${{ steps.version.outputs.current_pre_release != '' }}
104- # allowUpdates: true
97+ - uses : ncipollo/release-action@v1
98+ with :
99+ bodyFile : " enhanced_relnotes.md"
100+ prerelease : ${{ steps.version.outputs.current_pre_release != '' }}
101+ allowUpdates : true
You can’t perform that action at this time.
0 commit comments