diff options
Diffstat (limited to 'doc/internal/howto-release.md')
-rw-r--r-- | doc/internal/howto-release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/howto-release.md b/doc/internal/howto-release.md index b2db1296..0b54f0d7 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -48,7 +48,7 @@ branch off the latest release and backport the bugfixes onto it. ## Common steps 0. Update copyright years: - * `git grep -- -2021` to find potentially outdated copyrights + * `git grep -- -2023` to find potentially outdated copyrights * fix them * `git commit -am'Bump copyright notices'` 0. Update CHANGELOG: |