Merge pull request #8240 from Icinga/bugfix/release-authors

RELEASE.md: remove unneccessary "Authors" section
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-10-13 16:03:08 +02:00 committed by GitHub
commit 4308979018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -5,7 +5,6 @@
- [1. Preparations](#preparations) - [1. Preparations](#preparations)
- [1.1. Issues](#issues) - [1.1. Issues](#issues)
- [1.2. Backport Commits](#backport-commits) - [1.2. Backport Commits](#backport-commits)
- [1.3. Authors](#authors)
- [2. Version](#version) - [2. Version](#version)
- [3. Changelog](#changelog) - [3. Changelog](#changelog)
- [4. Git Tag](#git-tag) - [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 For minor versions you need to manually backports any and all commits from the
master branch which should be part of this release. master branch which should be part of this release.
### Authors <a id="authors"></a>
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 <a id="version"></a> ## Version <a id="version"></a>