mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Release command doesn't repackage but release already built (and tested) packages
This commit is contained in:
parent
5719ea85db
commit
05185015f0
2 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,7 @@ Zips and tar+gzips the build in ./packages. Includes grunt build
|
|||
|
||||
```grunt release```
|
||||
|
||||
Uploads archives to download.elasticsearch.org/elasticsearch/marvel/marvel-VERSION.extention. Includes grunt build and grunt package. You will need S3 credentials in .aws-config.json. Format as so:
|
||||
Uploads created archives to download.elasticsearch.org/elasticsearch/marvel/marvel-VERSION.extention. You will need S3 credentials in .aws-config.json. Format as so:
|
||||
|
||||
```
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
module.exports = function(grunt) {
|
||||
grunt.registerTask('release', [
|
||||
'package',
|
||||
'release:load_s3_config',
|
||||
's3:release'
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue