mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #653 from yarikoptic/master
DOC: note to have release tagged by a signed/annotated tag
This commit is contained in:
commit
8f1ad6ab51
1 changed files with 5 additions and 0 deletions
5
RELEASE
5
RELEASE
|
|
@ -88,6 +88,11 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire
|
|||
Broken for now: python setup.py bdist_rpm
|
||||
Broken for now: python setup.py upload
|
||||
|
||||
# Tag the release by using a signed (and annotated) tag. Cut/paste
|
||||
release ChangeLog entry as tag annotation
|
||||
|
||||
git tag -s 0.9.1
|
||||
|
||||
# Prerelease (option)
|
||||
|
||||
# Provide a release sample to distributors
|
||||
|
|
|
|||
Loading…
Reference in a new issue