diff --git a/RELEASE.md b/RELEASE.md
index dfae94faf..818202e57 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -5,7 +5,6 @@
- [1. Preparations](#preparations)
- [1.1. Issues](#issues)
- [1.2. Backport Commits](#backport-commits)
- - [1.3. Authors](#authors)
- [2. Version](#version)
- [3. Changelog](#changelog)
- [4. Git Tag](#git-tag)
@@ -50,14 +49,6 @@ Check issues at https://github.com/Icinga/icinga2
For minor versions you need to manually backports any and all commits from the
master branch which should be part of this release.
-### Authors
-
-Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files:
-
-```
-git checkout master
-git log --use-mailmap | grep '^Author:' | cut -f2- -d' ' | sort -f | uniq > AUTHORS
-```
## Version