Merge rust-bitcoin/rust-bitcoin#2249: Remove NEXT_RELEASE from release script comment
6f1cb42d84
Remove NEXT_RELEASE from release script comment (Tobin C. Harding) Pull request description: Recently we remove the usage of `NEXT_RELEASE` in favour of `TBD` but I missed the code comment. ACKs for top commit: apoelstra: ACK6f1cb42d84
Kixunil: ACK6f1cb42d84
Tree-SHA512: e2b96cbd053fa95a9dc4f432f141822cd4ce4bffcbf6a6a0f5ba163c66743a776bc1268be0ec62c28590e942fe75f906e99a22e6a46cb11180c59bd1be39901c
This commit is contained in:
commit
931a1d0356
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue