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:
    ACK 6f1cb42d84
  Kixunil:
    ACK 6f1cb42d84

Tree-SHA512: e2b96cbd053fa95a9dc4f432f141822cd4ce4bffcbf6a6a0f5ba163c66743a776bc1268be0ec62c28590e942fe75f906e99a22e6a46cb11180c59bd1be39901c
This commit is contained in:
Andrew Poelstra 2023-12-06 19:33:59 +00:00
commit 931a1d0356
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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: