mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- update release docs
This commit is contained in:
parent
a92b5e5409
commit
e4544f457b
1 changed files with 10 additions and 8 deletions
|
@ -23,23 +23,25 @@ right? ;)
|
|||
# building a release.
|
||||
|
||||
* Make sure all tests pass
|
||||
** rake ???
|
||||
** rake test
|
||||
* Update VERSION.rb
|
||||
* Update docs/learn.md
|
||||
* Update docs/learn.md (fix download links)
|
||||
* Ensure CHANGELOG is up-to-date
|
||||
* git tag v$VERSION
|
||||
* git tag v$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||
* git push origin master
|
||||
* git push --tags
|
||||
* Build binaries
|
||||
** rake package:gem
|
||||
** rake package:monolith:jar
|
||||
** rake package:monolith:tar
|
||||
* rake docs output=../logstash.github.com/docs/$VERSION
|
||||
** Note: you will need to use c-ruby for this
|
||||
* rake docs output=../logstash.github.com/docs/VERSION
|
||||
** Note: you will need to use c-ruby for this (ruby 1.8.7, etc)
|
||||
** You'll need 'bluecloth' rubygem installed.
|
||||
* cd ../logstash.github.com
|
||||
** git add docs/$VERSION
|
||||
** git commit -m "version $VERSION docs" && git push origin master
|
||||
* Publish binaries
|
||||
** Stage binaries at <tt>carrera.databits.net:/home/jls/s/files/logstash/
|
||||
** rake gem:publish
|
||||
** rake publish
|
||||
* Update #logstash IRC /topic
|
||||
* Send announcement email to logstash-users@, include relevant download URLs & changelog (see past emails for a template)
|
||||
* Send announcement email to logstash-users@, include relevant download URLs &
|
||||
changelog (see past emails for a template)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue