Skip to content

Commit

Permalink
createrelease: ensure that safety critical issues are listed in relea…
Browse files Browse the repository at this point in the history
…se notes [ci skip] (#5735)
  • Loading branch information
danmar authored Dec 7, 2023
1 parent 785c537 commit c0a9927
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion createrelease
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a9927

Please sign in to comment.