Skip to content

Commit

Permalink
Fix VOTE email generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Jul 3, 2023
1 parent 0eaeca0 commit 15d888f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15d888f

Please sign in to comment.