Skip to content

Commit

Permalink
Update release notes script with release candidates section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Feb 12, 2024
1 parent 9e88d28 commit 1b80b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/scripts/release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cat CHANGELOG.md | awk '
/^## [0-9]/ {
release++;
}
/TBD$/ {
print "";
print "NOTE: This is a release candidate, you can download a binary from this page or pull a docker image from https://github.com/benthosdev/benthos/pkgs/container/benthos with the specific tag of the release candidate.";
}
!/^## [0-9]/ {
if ( release == 1 ) print;
if ( release > 1 ) exit;
Expand Down

0 comments on commit 1b80b7a

Please sign in to comment.