Skip to content

Commit c0a9927

Browse files
authored
createrelease: ensure that safety critical issues are listed in release notes [ci skip] (danmar#5735)
1 parent 785c537 commit c0a9927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

createrelease

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
# Create 2.8.x branch
3030
# git checkout -b 2.8.x ; git push -u origin 2.8.x
3131
#
32-
# Empty the releasenotes.txt in main branch
32+
# Release notes:
33+
# - ensure safety critical issues are listed properly
34+
# - empty the releasenotes.txt in main branch
3335
#
3436
# Update version numbers in:
3537
# sed -i -r "s/version 2[.][0-9]+([.]99)*/version 2.9/" cli/main.cpp

0 commit comments

Comments
 (0)