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: no --tag prerelease for private module #296

Merged
merged 1 commit into from
Feb 14, 2019
Merged

fix: no --tag prerelease for private module #296

merged 1 commit into from
Feb 14, 2019

Conversation

whyvez
Copy link
Contributor

@whyvez whyvez commented Jan 16, 2019

fixes: #294

@coveralls
Copy link

coveralls commented Jan 16, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 8903879 on whyvez:fix-294 into cbedc52 on conventional-changelog:master.

test.js Outdated
@@ -440,6 +440,14 @@ describe('cli', function () {
commit('feat: first commit')
execCli('--prerelease alpha').stdout.should.include('--tag alpha')
})

it('does not advises use of --tag prerelease for private modules', function () {
Copy link
Member

Choose a reason for hiding this comment

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

Still need to fix this: "does not advise"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had updated this but forgot to add it in my amended commit. (strike 2) 😬 Just forced pushed.

@stevemao
Copy link
Member

Otherwise LGTM :)

@bcoe bcoe merged commit 27e2ab4 into conventional-changelog:master Feb 14, 2019
@bcoe
Copy link
Member

bcoe commented Feb 14, 2019

@whyvez thank you for this contribution, I'll roll it out with the security update 👍

@bcoe
Copy link
Member

bcoe commented Feb 14, 2019

@whyvez thank you for the contribution! Please give this a try:

npm i [email protected]

If you'd like to contribute more to this project over time, don't be shy about joining the Slack:

http://devtoolscommunity.herokuapp.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

if private module don't append --tag prerelease
4 participants