Skip to content

Release task now always publishes to staging#7500

Merged
epixa merged 1 commit intoelastic:masterfrom
epixa:stagingrelease
Jun 17, 2016
Merged

Release task now always publishes to staging#7500
epixa merged 1 commit intoelastic:masterfrom
epixa:stagingrelease

Conversation

@epixa
Copy link
Contributor

@epixa epixa commented Jun 17, 2016

Production builds should never be published directly from a local
machine. Instead, the release command will now publish to a
commit-specific staging URL, so you use it to publish a release
candidate, and then when those builds have been verified, you need to
copy the RC builds from on the staging location on s3 to the production
folder.

npm run release -- --release

Or if you're not set up with fpm and such:

npm run release -- --skip-os-packages=true --release

You can release snapshot builds as well, but this is not the mechanism used by our automatic snapshot process. Any snapshot builds released in this way will periodically be deleted.

npm run release

Production builds should never be published directly from a local
machine. Instead, the release command will now publish to a
commit-specific staging URL, so you use it to publish a release
candidate, and then when those builds have been verified, you need to
copy the RC builds from on the staging location on s3 to the production
folder.
@jbudz
Copy link
Contributor

jbudz commented Jun 17, 2016

LGTM

@epixa epixa merged commit 2074195 into elastic:master Jun 17, 2016
@epixa epixa deleted the stagingrelease branch June 17, 2016 19:54
@epixa epixa added v5.0.0 and removed v5.0.0 labels Jun 28, 2016
epixa added a commit that referenced this pull request Jul 22, 2016
---------

**Commit 1:**
Release task now always publishes to staging

Production builds should never be published directly from a local
machine. Instead, the release command will now publish to a
commit-specific staging URL, so you use it to publish a release
candidate, and then when those builds have been verified, you need to
copy the RC builds from on the staging location on s3 to the production
folder.

* Original sha: 1e2c953
* Authored by Court Ewing <court@epixa.com> on 2016-06-17T18:26:08Z
epixa added a commit that referenced this pull request Jul 22, 2016
[backport] PR #7500 to 4.x - Release task now always publishes to staging
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
Release task now always publishes to staging

Former-commit-id: 2074195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants