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: Ensure bundled dependencies are correct (fixes #8) #9

Merged
merged 1 commit into from
Mar 25, 2016
Merged

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Mar 25, 2016

No description provided.

@ilyavolodin
Copy link
Member

LGTM

@nzakas nzakas force-pushed the issue8 branch 2 times, most recently from 6b38a1e to 49a2438 Compare March 25, 2016 21:49
@@ -349,7 +355,7 @@ function release(prereleaseId) {
ShellOps.exec("bundle-dependencies update");

console.log("Committing to git");
ShellOps.exec("git add .");
ShellOps.exec("git add CHANGELOG.md package.json");
Copy link
Member

Choose a reason for hiding this comment

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

Thank you. This will prevent a whole category of mistakes. 👍

@nzakas nzakas merged commit 4d947af into master Mar 25, 2016
@nzakas nzakas deleted the issue8 branch March 25, 2016 21:56
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

4 participants