File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 verbose : true
112112 print_hash : true
113113 - name : ' Create changelog based release'
114- uses : brainelectronics/changelog-based-release@v1.2.0
114+ uses : brainelectronics/changelog-based-release@v1.2.1
115115 with :
116116 # note you'll typically need to create a personal access token
117117 # with permissions to create releases in the other repo
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 verbose : true
125125 print_hash : true
126126 - name : ' Create changelog based prerelease'
127- uses : brainelectronics/changelog-based-release@v1.2.0
127+ uses : brainelectronics/changelog-based-release@v1.2.1
128128 with :
129129 # note you'll typically need to create a personal access token
130130 # with permissions to create releases in the other repo
@@ -136,4 +136,3 @@ jobs:
136136 release-name-extension : ' -rc${{ steps.count.outputs.rc_number }}.dev${{ github.event.number }}'
137137 draft-release : true
138138 prerelease : true
139- from-commit-sha : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments