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 Grunt release and don't push upstream by default (safer) #405

Merged
merged 3 commits into from
Jan 16, 2014

Conversation

jimmyhchan
Copy link
Contributor

No description provided.

@prashn64
Copy link
Contributor

Looks good, let's get one more set of eyes on it.

grunt.registerTask('releasePatch', ['bump-only:patch', 'buildRelease', 'bump-commit', 'log:release']);
grunt.registerTask('releaseMinor', ['bump-only:minor', 'buildRelease', 'bump-commit', 'log:release']);
grunt.registerTask('releasePatch', ['bump-only:patch', 'buildRelease', 'shell:gitAdd:archive', 'bump-commit', 'log:release']);
grunt.registerTask('releaseMinor', ['bump-only:minor', 'buildRelease', 'shell:gitAdd:archive', 'bump-commit', 'log:release']);
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably a dumb question - I'm curious how does :archive config work for shell task? It's not part of the shell or gitAdd config.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's an error on my part good catch

@kate2753
Copy link
Contributor

Looks good to me

kate2753 added a commit that referenced this pull request Jan 16, 2014
Fix Grunt release and don't push upstream by default (safer)
@kate2753 kate2753 merged commit 3fea7ff into linkedin:master Jan 16, 2014
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.

3 participants