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

Fix Greenkeeper's initial PR #10

Merged
merged 2 commits into from
Aug 27, 2019

Conversation

spiffytech
Copy link

Greenkeeper submitted a PR and won't watch the repo until that PR is merged. This PR into Greenkeeper's PR fixes the unit tests that were broken by upgrading AVA.

It also removes the Travis build for node v9, since AVA doesn't support that anymore.

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@lifeomic/bitrise",
"version": "0.4.0",
"version": "0.5.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert this version bump? If you want to signify that the next vesion should be a patch bump, you can change the version to 0.5.0-alpha

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went with a pre-release major version bump because Greenkeeper's AVA bump drops support for node 9, which seemed like a breaking change. Is that incorrect?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just saw your other versioning comment, yes, I'll mark this as alpha.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You had the right goal. Something about the version should be bumped due to the change. We use npm version to release changes and it likes to make the version update itself. By using the tagging I suggested, it signals what type of version bump the next increment should be

Copy link
Member

@mdlavin mdlavin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment about versioning

@mdlavin mdlavin merged commit 195f060 into lifeomic:greenkeeper/initial Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants