createrelease: ensure that safety critical issues are listed in release notes [ci skip] (#5735)

This commit is contained in:
Daniel Marjamäki 2023-12-07 14:24:03 +01:00 committed by GitHub
parent 785c537ca2
commit c0a99274c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@
# Create 2.8.x branch
# git checkout -b 2.8.x ; git push -u origin 2.8.x
#
# Empty the releasenotes.txt in main branch
# Release notes:
# - ensure safety critical issues are listed properly
# - empty the releasenotes.txt in main branch
#
# Update version numbers in:
# sed -i -r "s/version 2[.][0-9]+([.]99)*/version 2.9/" cli/main.cpp