diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 193626e1..e3ec5cd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,10 +215,12 @@ jobs: [ ] +1, release the artifacts [ ] -1, don't release, because... - This vote is open for 72 hours and will pass unless getting a net negative vote count. - All votes are welcome and we encourage everyone to test the release, but only the Logging Services PMC votes are officially counted. - At least 3 +1 votes and more positive than negative votes are required. + This vote is open for 72 hours and will pass unless getting a net + negative vote count. All votes are welcome and we encourage everyone to + test the release, but only the Logging Services PMC votes are officially + counted. At least 3 +1 votes and more positive than negative votes are + required. # Release Notes - awk 'f{print} /^# 0.4.0/{f=1}' target/release-notes/$PROJECT_VERSION.md + $(awk "f{print} /^# $PROJECT_VERSION/{f=1}" target/release-notes/$PROJECT_VERSION.md) EOF