mirror of https://github.com/fail2ban/fail2ban
Merge pull request #653 from yarikoptic/master
DOC: note to have release tagged by a signed/annotated tagpull/655/head
commit
8f1ad6ab51
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 bdist_rpm
|
||||||
Broken for now: python setup.py upload
|
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)
|
# Prerelease (option)
|
||||||
|
|
||||||
# Provide a release sample to distributors
|
# Provide a release sample to distributors
|
||||||
|
|
Loading…
Reference in New Issue