mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- fix formatting
- add sed notes
This commit is contained in:
parent
6af16b788d
commit
7f1abe7aa6
1 changed files with 11 additions and 10 deletions
|
@ -22,24 +22,25 @@ right? ;)
|
||||||
|
|
||||||
# building a release.
|
# building a release.
|
||||||
|
|
||||||
* Make sure all tests pass
|
* Make sure all tests pass (rake test)
|
||||||
** rake test
|
* rake test
|
||||||
* Update VERSION.rb
|
* Update VERSION.rb
|
||||||
* Update docs/learn.md (fix download links)
|
* Fix version links in the docs
|
||||||
|
* VERSION=$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION'); sed -i -re 's/logstash-[0-9]\.[0-9]\.[0-9]+(rc.)?/logstash-'$VERSION'/' docs/**/*.md
|
||||||
* Ensure CHANGELOG is up-to-date
|
* Ensure CHANGELOG is up-to-date
|
||||||
* git tag v$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
* git tag v$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||||
* git push origin master
|
* git push origin master
|
||||||
* git push --tags
|
* git push --tags
|
||||||
* Build binaries
|
* Build binaries
|
||||||
** rake package:gem
|
* rake package:gem
|
||||||
** rake package:monolith:jar
|
* rake package:monolith:jar
|
||||||
* rake docs output=../logstash.github.com/docs/$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
* rake docs output=../logstash.github.com/docs/$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||||
** Note: you will need to use c-ruby for this (ruby 1.8.7, etc)
|
* Note: you will need to use c-ruby for this (ruby 1.8.7, etc)
|
||||||
** You'll need 'bluecloth' rubygem installed.
|
* You'll need 'bluecloth' rubygem installed.
|
||||||
* cd ../logstash.github.com
|
* cd ../logstash.github.com
|
||||||
** edit docs/latest.html index.html _layouts/*
|
* edit docs/latest.html index.html _layouts/*
|
||||||
** git add docs/$VERSION docs/latest.html index.html _layouts/*
|
* git add docs/$VERSION docs/latest.html index.html _layouts/*
|
||||||
** git commit -m "version $VERSION docs" && git push origin master
|
* git commit -m "version $VERSION docs" && git push origin master
|
||||||
* Publish binaries
|
* Publish binaries
|
||||||
** Stage binaries at `carrera.databits.net:/home/jls/s/files/logstash/`
|
** Stage binaries at `carrera.databits.net:/home/jls/s/files/logstash/`
|
||||||
** rake publish
|
** rake publish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue