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

Change no-release to skip-release #101

Merged
merged 3 commits into from
Dec 18, 2018

Conversation

hipstersmoothie
Copy link
Collaborator

What Changed

deprecate no-release label for skip-release

Why

skip-release is more descriptive

closes #58

Todo:

  • Add tests
  • Add docs
  • Add SemVer label

@hipstersmoothie hipstersmoothie added the minor Increment the minor version when merged label Dec 18, 2018
@codecov
Copy link

codecov bot commented Dec 18, 2018

Codecov Report

Merging #101 into master will increase coverage by 0.02%.
The diff coverage is 78.94%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #101      +/-   ##
========================================
+ Coverage   74.97%    75%   +0.02%     
========================================
  Files          13     13              
  Lines         947    940       -7     
  Branches      133    137       +4     
========================================
- Hits          710    705       -5     
+ Misses        209    208       -1     
+ Partials       28     27       -1
Impacted Files Coverage Δ
src/init.ts 24.52% <ø> (ø) ⬆️
src/cli/args.ts 91.25% <100%> (-0.42%) ⬇️
src/main.ts 23.67% <66.66%> (-0.14%) ⬇️
src/github-release.ts 95.16% <80%> (ø) ⬆️
src/semver.ts 97.61% <85.71%> (ø) ⬆️

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 769a150...2d780f9. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 18, 2018

Codecov Report

Merging #101 into master will increase coverage by 0.02%.
The diff coverage is 78.94%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #101      +/-   ##
========================================
+ Coverage   74.97%    75%   +0.02%     
========================================
  Files          13     13              
  Lines         947    940       -7     
  Branches      133    137       +4     
========================================
- Hits          710    705       -5     
+ Misses        209    208       -1     
+ Partials       28     27       -1
Impacted Files Coverage Δ
src/init.ts 24.52% <ø> (ø) ⬆️
src/cli/args.ts 91.25% <100%> (-0.42%) ⬇️
src/main.ts 23.67% <66.66%> (-0.14%) ⬇️
src/github-release.ts 95.16% <80%> (ø) ⬆️
src/semver.ts 97.61% <85.71%> (ø) ⬆️

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 769a150...2d780f9. Read the comment docs.

@hipstersmoothie hipstersmoothie merged commit 83463e3 into intuit:master Dec 18, 2018
@hipstersmoothie hipstersmoothie deleted the no-release branch December 18, 2018 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename no-release to skip-release
1 participant