mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -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.
|
||||
|
||||
* 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
|
||||
* VERSION=$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||
* Ensure CHANGELOG is up-to-date
|
||||
* git tag v$VERSION
|
||||
* git push origin master
|
||||
* git push --tags
|
||||
* git tag v$VERSION; git push origin master; git push --tags
|
||||
* Build binaries
|
||||
* rake package:gem
|
||||
* rake package:monolith:jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue