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:
parent
83cefefa45
commit
6f1cb42d84
|
@ -10,7 +10,7 @@ main () {
|
||||||
if release_changes $crate; then
|
if release_changes $crate; then
|
||||||
echo "$crate has changes implying this is a release PR, checking if we can publish ..."
|
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.
|
# next version number should be filled in.
|
||||||
if grep -qr "since = \"TBD" ./$crate; then
|
if grep -qr "since = \"TBD" ./$crate; then
|
||||||
echo Version number needs to be filled in following places:
|
echo Version number needs to be filled in following places:
|
||||||
|
|
Loading…
Reference in New Issue