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

fixes #2406 - don't create tag for preminor version change in master branch #2407

Merged
merged 2 commits into from
Jan 16, 2017

Conversation

bestander
Copy link
Member

Summary

New tags trigger CI to make GitHub releases, there is no need for us to tag master branch with preminor version every time the branch is cut

yarn version --new-version preminor --no-git-tag-version
NEW_VERSION=$(node -p -e "require('./package.json').version")
git commit -a -m "$NEW_VERSION"
git push origin master
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove the --follow-tags flag?

Copy link
Member Author

Choose a reason for hiding this comment

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

I stopped tagging master branch so that GitHub does not consider it as a new release.
So no reason to send new tags to origin

@bestander
Copy link
Member Author

@Daniel15, ping, was my explanation satisfactory?

@Daniel15
Copy link
Member

Looks good to me! :shipit:

@Daniel15 Daniel15 merged commit 9347540 into yarnpkg:master Jan 16, 2017
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.

2 participants