Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish alpha release any time we're not on a release branch or master #389

Merged
merged 1 commit into from
Nov 2, 2017

Conversation

jonrohan
Copy link
Member

@jonrohan jonrohan commented Nov 2, 2017

This is a small fix to the alpha release script to run it any time we're not on a release-* branch or a master branch. Rather than only if we're pointing the pr at dev.

I think this is better because it defaults on the side of publishing alpha releases rather than not doing anything.

The logic is as follows:

  • Build on master branch with new versions in package.json will publish full release
  • Build on PR with branch named release- will publish a release candidate.
  • Every other PR will build and publish an alpha npm release.

I'm going to add this to v10 #354

cc @broccolini

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.

1 participant