File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,12 @@ jobs:
215215 [ ] +1, release the artifacts
216216 [ ] -1, don't release, because...
217217
218- This vote is open for 72 hours and will pass unless getting a net negative vote count.
219- All votes are welcome and we encourage everyone to test the release, but only the Logging Services PMC votes are officially counted.
220- At least 3 +1 votes and more positive than negative votes are required.
218+ This vote is open for 72 hours and will pass unless getting a net
219+ negative vote count. All votes are welcome and we encourage everyone to
220+ test the release, but only the Logging Services PMC votes are officially
221+ counted. At least 3 +1 votes and more positive than negative votes are
222+ required.
221223
222224 # Release Notes
223- awk ' f{print} /^# 0.4.0 /{f=1}' target/release-notes/$PROJECT_VERSION.md
225+ $( awk " f{print} /^# $PROJECT_VERSION /{f=1}" target/release-notes/$PROJECT_VERSION.md)
224226 EOF
You can’t perform that action at this time.
0 commit comments