Remove NEXT_RELEASE from release script comment

Recently we remove the usage of `NEXT_RELEASE` in favour of `TBD` but I
missed the code comment.
This commit is contained in:
Tobin C. Harding 2023-12-05 15:03:38 +11:00
parent 83cefefa45
commit 6f1cb42d84
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ main () {
if release_changes $crate; then
echo "$crate has changes implying this is a release PR, checking if we can publish ..."
# Check if there is any mention of NEXT_RELEASE which means the
# Check if there is any mention of TBD which means the
# next version number should be filled in.
if grep -qr "since = \"TBD" ./$crate; then
echo Version number needs to be filled in following places: