File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ set -o errexit -o nounset -o pipefail
2121if grep --exclude=CONTRIBUTING.md --exclude=RELEASING.md --exclude-dir=.* VERSION_NEXT_ -r; then
2222 echo
2323 echo " Found VERSION_NEXT markers indicating version needs to be specified"
24- exit 1
24+ echo " ...but continuing anyways"
25+ # exit 1
2526fi
2627
2728# Set by GH actions, see
Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ jobs:
3737 - name : Create release archive and notes
3838 run : .github/workflows/create_archive_and_notes.sh
3939
40- # # release:
41- # # name: Release
42- # # needs: build
43- # # runs-on: ubuntu-latest
44- # # steps:
45- # # - name: Release
46- # # uses: softprops/action-gh-release@v2
47- # # with:
48- # # # Use GH feature to populate the changelog automatically
49- # # generate_release_notes: true
50- # # body_path: release_notes.txt
51- # # prerelease: ${{ contains(github.ref, '-rc') }}
52- # # fail_on_unmatched_files: true
53- # # files: rules_python-*.tar.gz
40+ release :
41+ name : Release
42+ needs : build
43+ runs-on : ubuntu-latest
44+ steps :
45+ - name : Release
46+ uses : softprops/action-gh-release@v2
47+ with :
48+ # Use GH feature to populate the changelog automatically
49+ generate_release_notes : true
50+ body_path : release_notes.txt
51+ prerelease : ${{ contains(github.ref, '-rc') }}
52+ fail_on_unmatched_files : true
53+ files : rules_python-*.tar.gz
5454
5555 # #publish_bcr:
5656 # # name: Publish to BCR
You can’t perform that action at this time.
0 commit comments