mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
- update release eng
This commit is contained in:
parent
a158101de4
commit
09a6f75696
1 changed files with 3 additions and 4 deletions
|
@ -23,13 +23,12 @@ right? ;)
|
||||||
# building a release.
|
# building a release.
|
||||||
|
|
||||||
* Make sure all tests pass (rake test)
|
* Make sure all tests pass (rake test)
|
||||||
* rake test
|
* ruby bin/logstash test
|
||||||
|
* java -jar logstash-x.y.z-monolithic.jar test
|
||||||
* Update VERSION.rb
|
* Update VERSION.rb
|
||||||
* VERSION=$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
* VERSION=$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||||
* Ensure CHANGELOG is up-to-date
|
* Ensure CHANGELOG is up-to-date
|
||||||
* git tag v$VERSION
|
* git tag v$VERSION; git push origin master; git push --tags
|
||||||
* git push origin master
|
|
||||||
* git push --tags
|
|
||||||
* Build binaries
|
* Build binaries
|
||||||
* rake package:gem
|
* rake package:gem
|
||||||
* rake package:monolith:jar
|
* rake package:monolith:jar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue