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 to release.js #659

Merged
merged 6 commits into from Mar 15, 2016
Merged

Fixes to release.js #659

merged 6 commits into from Mar 15, 2016

Conversation

marcoscaceres
Copy link
Member

No description provided.

@marcoscaceres
Copy link
Member Author

r? ... we should probably just create a needs review label.

@@ -175,18 +189,34 @@ function getBranchState() {
});
}

function getCurrentBranch(){
return async.task(function*(){
const branch = yield git(`rev-parse --abbrev-ref HEAD`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Clever

Copy link
Member Author

Choose a reason for hiding this comment

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

Credit to stack overflow for that one:)

@halindrome
Copy link
Contributor

LGTM

marcoscaceres pushed a commit that referenced this pull request Mar 15, 2016
@marcoscaceres marcoscaceres merged commit 84e97ad into develop Mar 15, 2016
@marcoscaceres marcoscaceres deleted the fix_release branch March 17, 2016 02:45
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this pull request Feb 19, 2018
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.

None yet

2 participants