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

Allow dev versions #437

Merged
merged 14 commits into from
Oct 9, 2022
Merged

Conversation

blink1073
Copy link
Contributor

Make use of the validate-bump option in hatch

Fixes #398

@blink1073 blink1073 added the bug Something isn't working label Oct 9, 2022
@blink1073 blink1073 enabled auto-merge (squash) October 9, 2022 01:54
@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2022

Codecov Report

Base: 81.53% // Head: 81.26% // Decreases project coverage by -0.27% ⚠️

Coverage data is based on head (1364da1) compared to base (e231faf).
Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #437      +/-   ##
==========================================
- Coverage   81.53%   81.26%   -0.28%     
==========================================
  Files          20       20              
  Lines        2805     2823      +18     
  Branches      361      364       +3     
==========================================
+ Hits         2287     2294       +7     
- Misses        390      397       +7     
- Partials      128      132       +4     
Impacted Files Coverage Δ
jupyter_releaser/cli.py 87.07% <50.00%> (-1.47%) ⬇️
jupyter_releaser/util.py 70.26% <52.38%> (-1.38%) ⬇️
jupyter_releaser/__init__.py 100.00% <100.00%> (ø)
jupyter_releaser/changelog.py 73.42% <100.00%> (+2.59%) ⬆️
jupyter_releaser/lib.py 78.01% <100.00%> (+0.06%) ⬆️
jupyter_releaser/tests/test_functions.py 99.18% <100.00%> (-0.01%) ⬇️
jupyter_releaser/tee.py 79.16% <0.00%> (+1.38%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@blink1073 blink1073 merged commit 8372efb into jupyter-server:main Oct 9, 2022
@blink1073 blink1073 deleted the handle-dev-versions2 branch October 9, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix handling of dev mode
2 participants