diff options
author | 2022-06-26 22:26:35 +0300 | |
---|---|---|
committer | 2022-06-26 22:26:35 +0300 | |
commit | d2f5af88ebf8d07a4ff41587f2522be72758db98 (patch) | |
tree | 97ba938be971585e64971c48e0d6606889b76358 /doc/internal/howto-release.md | |
parent | d83cc996a2f25fc92e50fcc18e7b76485485fcc9 (diff) | |
download | newsboat-r2.28.tar.gz newsboat-r2.28.tar.zst newsboat-r2.28.zip |
Release 2.28r2.28
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 20aed52a..e6090f29 100644 --- a/doc/internal/howto-release.md +++ b/doc/internal/howto-release.md @@ -47,7 +47,7 @@ branch off the latest release and backport the bugfixes onto it. ## Common steps 0. Update copyright years: - * `git grep -- -2021` to find potentionally outdated copyrights + * `git grep -- -2021` to find potentially outdated copyrights * fix them * `git commit -am'Bump copyright notices'` 0. Update CHANGELOG: |