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

slt-release: don't add npmignore entries twice #69

Merged
merged 1 commit into from Sep 12, 2016

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Sep 7, 2016

Also tell the user what changes are being made and how to clean up after the package was published.

@rmg please review
cc @sam-github

I don't have a sandbox to test this change, so I didn't run the new code. What's the best way of testing slt-release without messing up github/npmjs data?

@sam-github
Copy link
Contributor

@bajtos best way to test is to run slt-release without the -up flags, so it makes ONLY local changes. That's pretty much why they are there... to run in dev when you don't want to actually publish anything to npm, or to push any tags/branches to github.

npm publish
git checkout "$BASE"
echo "You can revert .npmignore changes now."
Copy link
Contributor

Choose a reason for hiding this comment

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

"(if there were any)"?

Copy link
Member Author

Choose a reason for hiding this comment

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

good point, added

@sam-github
Copy link
Contributor

LGTM, @rmg, you have comments?

@sam-github sam-github added #plan and removed #wip labels Sep 7, 2016
Also tell the user what changes are being made and how to clean up
after the package was published.
@bajtos bajtos merged commit 8dbd12a into master Sep 12, 2016
@bajtos bajtos deleted the feature/improve-npmignore branch September 12, 2016 12:10
@bajtos bajtos removed the #plan label Sep 12, 2016
@rmg
Copy link
Member

rmg commented Sep 12, 2016

Thanks for merging this without waiting for me 👍

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

3 participants