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

Use a single prompt for the semver version type when there is only a single package #278

Merged
merged 2 commits into from
Feb 24, 2020

Conversation

emmatown
Copy link
Member

Closes #98

changeset add command with single package repo

@emmatown emmatown requested a review from Noviny February 24, 2020 00:42
@changeset-bot
Copy link

changeset-bot bot commented Feb 24, 2020

🦋 Changeset is good to go

Latest commit: dc1ab43

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

Merging #278 into master will decrease coverage by 0.13%.
The diff coverage is 64.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #278      +/-   ##
==========================================
- Coverage   80.09%   79.96%   -0.14%     
==========================================
  Files          45       45              
  Lines        1206     1218      +12     
  Branches      278      282       +4     
==========================================
+ Hits          966      974       +8     
- Misses        229      233       +4     
  Partials       11       11
Impacted Files Coverage Δ
packages/cli/src/utils/cli-utilities.ts 21.73% <ø> (ø) ⬆️
packages/cli/src/commands/add/index.ts 79.31% <100%> (+0.73%) ⬆️
packages/cli/src/commands/add/messages.ts 94.11% <100%> (+6.61%) ⬆️
packages/cli/src/commands/add/createChangeset.ts 59.42% <57.89%> (-1.6%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e8d10c...dc1ab43. Read the comment docs.

@emmatown emmatown merged commit 184a653 into master Feb 24, 2020
@emmatown emmatown deleted the better-single-package-experience branch February 24, 2020 02:02
@github-actions github-actions bot mentioned this pull request Feb 24, 2020
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.

Fix messaging for single-package changelog generation
2 participants