Release command doesn't repackage but release already built (and tested) packages

This commit is contained in:
Boaz Leskes 2013-11-21 22:55:01 +01:00
parent 5719ea85db
commit 05185015f0
2 changed files with 1 additions and 2 deletions

View file

@ -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:
```
{

View file

@ -1,6 +1,5 @@
module.exports = function(grunt) {
grunt.registerTask('release', [
'package',
'release:load_s3_config',
's3:release'
]);