From 6f1cb42d845eaddf024d88fa9fe6ca70fa63ccec Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 5 Dec 2023 15:03:38 +1100 Subject: [PATCH] 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. --- contrib/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/release.sh b/contrib/release.sh index 348455ce..0de3a5ee 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -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: