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

Add ability to skip steps #180

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

blink1073
Copy link
Contributor

Add option to "Full Release", "Draft Release", and "Publish Release" workflows to skips steps by name.
This is useful when a step is failing but you want to override anyway, like when a changelog is out of sync according to github-activity, but you want to include it anyway.
Will follow up with an update to the documentation to include screen shots with the new option.

@blink1073 blink1073 added the enhancement New feature or request label Oct 13, 2021
@blink1073 blink1073 added this to the 0.8 milestone Oct 13, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2021

Codecov Report

Merging #180 (46eff76) into master (c16943d) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   85.86%   85.92%   +0.06%     
==========================================
  Files          17       17              
  Lines        2242     2252      +10     
  Branches      276      276              
==========================================
+ Hits         1925     1935      +10     
  Misses        222      222              
  Partials       95       95              
Impacted Files Coverage Δ
jupyter_releaser/cli.py 91.30% <100.00%> (+0.03%) ⬆️
jupyter_releaser/tests/test_cli.py 99.03% <100.00%> (+0.01%) ⬆️

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 c16943d...46eff76. Read the comment docs.

@blink1073 blink1073 merged commit 391fbc4 into jupyter-server:master Oct 14, 2021
@blink1073 blink1073 deleted the allow-skip-steps branch October 14, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants