From f282835887f1e0b7cb76a89d5a35e275600f72db Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 28 May 2021 14:38:12 -0400 Subject: [PATCH] Add a release task for early deprecations --- release-tasks | 2 ++ release-tasks-github-list.md | 1 + 2 files changed, 3 insertions(+) diff --git a/release-tasks b/release-tasks index fd92807..3ed4891 100644 --- a/release-tasks +++ b/release-tasks @@ -315,6 +315,8 @@ Best [ pull request for master branch ] +5a/ Convert all instances of DEAL_II_DEPRECATED_EARLY to DEAL_II_DEPRECATED. + 6/ update the official tester to test on the release branch dealii-9.0 An empty checkout in a folder 'dealii-9.0' can be obtained via diff --git a/release-tasks-github-list.md b/release-tasks-github-list.md index 21e4e3e..1d7138d 100644 --- a/release-tasks-github-list.md +++ b/release-tasks-github-list.md @@ -26,6 +26,7 @@ Release steps: - [ ] 1a Adjust doc/users/doxygen.html to link to the to-be-created TAG file. - [ ] 4 Create a release branch - [ ] 5 Update the VERSION from 9.0.0-pre to 9.1.0-pre on master +- [ ] 5a Convert `DEAL_II_DEPRECATED_EARLY` to `DEAL_II_DEPRECATED` on master - [ ] 6 Update the official tester to test on the release branch dealii-9.0 - [ ] 6a On mainline, update deal.II dependencies of examples - [ ] 7 Create an AUTHORS file -- 2.39.5