From 038401c690e1bd8795444a9afcd027831545cb39 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 28 May 2021 10:34:45 -0600 Subject: [PATCH] Add one step. --- release-tasks | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/release-tasks b/release-tasks index fd92807..c268591 100644 --- a/release-tasks +++ b/release-tasks @@ -315,11 +315,17 @@ Best [ pull request for master branch ] -6/ update the official tester to test on the release branch dealii-9.0 +5a/ On master, replace all occurrences of DEAL_II_DEPRECATE_EARLY by + DEAL_II_DEPRECATE in the library. (This needs to happen here because + if we forget it, we merge patches that add more + DEAL_II_DEPRECATE_EARLY notes and we don't know any more which of + these were meant to be converted for the following release.) - An empty checkout in a folder 'dealii-9.0' can be obtained via +6/ Update the official tester to test on the release branch dealii-9.3 - git clone --branch dealii-9.0 git://github.com/dealii/dealii.git deal-9.0 + An empty checkout in a folder 'dealii-9.3' can be obtained via + + git clone --branch dealii-9.3 git://github.com/dealii/dealii.git deal-9.3 6a/ On mainline, do something like this to require the current dev version for the tutorials and in the documentation: -- 2.39.5