File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 name : RP2A03_macOS
4040 path : ci/bin/*.zip
4141 retention-days : 30
42- - name : Extract Changelog
43- if : startsWith(github.ref, 'refs/tags/v')
44- run : |
45- VERSION="${GITHUB_REF_NAME#v}"
46- awk -v ver="$VERSION" '
47- BEGIN { found=0; printing=0; pattern="^"ver":?$" }
48- $0 ~ pattern { found=1; printing=1; next }
49- printing && /^[0-9]+\.[0-9]+\.[0-9]+:?$/ { printing=0 }
50- printing { print }
51- ' ./Changelist.txt > /tmp/release_notes.txt
52- shell : bash
5342 - name : Upload to GitHub Release
5443 if : startsWith(github.ref, 'refs/tags/v')
5544 uses : softprops/action-gh-release@v1
5645 with :
5746 files : ci/bin/*.zip
58- body_path : /tmp/release_notes.txt
Original file line number Diff line number Diff line change 3232 name : RP2A03_Windows
3333 path : ci/bin/*.zip
3434 retention-days : 30
35- - name : Extract Changelog
36- if : startsWith(github.ref, 'refs/tags/v')
37- run : |
38- VERSION="${GITHUB_REF_NAME#v}"
39- awk -v ver="$VERSION" '
40- BEGIN { found=0; printing=0; pattern="^"ver":?$" }
41- $0 ~ pattern { found=1; printing=1; next }
42- printing && /^[0-9]+\.[0-9]+\.[0-9]+:?$/ { printing=0 }
43- printing { print }
44- ' ./Changelist.txt > /tmp/release_notes.txt
45- shell : bash
4635 - name : Upload to GitHub Release
4736 if : startsWith(github.ref, 'refs/tags/v')
4837 uses : softprops/action-gh-release@v1
4938 with :
5039 files : ci/bin/*.zip
51- body_path : /tmp/release_notes.txt
You can’t perform that action at this time.
0 commit comments