From b9566b9737a0c02bcabdf74c157ad99f693afb22 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 12 May 2020 15:01:48 -0400 Subject: [PATCH] update release tasks --- release-tasks | 16 +++------------- release-tasks-github-list.md | 1 - 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/release-tasks b/release-tasks index 76a26da..814a529 100644 --- a/release-tasks +++ b/release-tasks @@ -221,12 +221,6 @@ Best and look for anything that should obviously be fixed. -0b/ Check for doxygen formatting problems by running contrib/utilities/checkdoxygen.py: - find doc examples include \( -name "*.h" -o -name "*.dox" \) -print | xargs -n 1 ./contrib/utilities/checkdoxygen.py -+ - and push the corresponding changes - - 0c/ Fix formatting bugs reported by: cd include; @@ -245,15 +239,10 @@ Best 0d/ Check that doxygen produces no errors when generating offline docs. Especially check that the tutorial dot graph gets generated - 0e/ Run the copyright script: ./contrib/utilities/update-copyright - git checkout -b update-copyright - git commit -a -m "Update copyright years." - git push origin update-copyright - hub pull-request -m "Update copyright years." - and push the corresponding changes - + and make a PR. + Important: commit message needs to be "Update copyright years" 0f/ update Trilinos and PETSc to the latest release on the tester and update the blurb at: doc/external-libs/trilinos.html @@ -382,6 +371,7 @@ Thanks! 8/ Remove unfinished tutorial programs. For 9.0, these are steps 47, 50 + For 9.1, these are none a) Delete directories on the branch: diff --git a/release-tasks-github-list.md b/release-tasks-github-list.md index 3e27dbe..f861bb9 100644 --- a/release-tasks-github-list.md +++ b/release-tasks-github-list.md @@ -12,7 +12,6 @@ Release preparation steps: - [ ] -1c Update the list of contributors in the release paper - [ ] 0 Do some basic testing as always - [ ] 0a Rerun cppcheck across the source files -- [ ] 0b Check for doxygen formatting problems - [ ] 0c Fix formatting bugs reported by various command line queries - [ ] 0d Check that doxygen produces no errors when generating offline docs. - [ ] 0e Run the copyright script -- 2.39.5