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

Bumpversion utility #340

Merged
merged 12 commits into from
Apr 30, 2023
Merged

Bumpversion utility #340

merged 12 commits into from
Apr 30, 2023

Conversation

ad12
Copy link
Collaborator

@ad12 ad12 commented Apr 29, 2023

To bump the version, use

python setup.py bumpversion --version <version>
# eg. python setup.py bumpversion --version 0.4.10

This will bump the python and npm versions, commit the changes to a new branch bumpversion/v<version>, and push the changes to github.

The user will be responsible for opening a PR from the branch to main

@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2023

Codecov Report

Merging #340 (e7a9858) into main (aaa2d70) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #340      +/-   ##
==========================================
- Coverage   67.08%   67.02%   -0.06%     
==========================================
  Files         246      246              
  Lines       13251    13262      +11     
  Branches     1918     1919       +1     
==========================================
  Hits         8889     8889              
- Misses       3935     3946      +11     
  Partials      427      427              
Flag Coverage Δ
unittests 67.02% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ad12 ad12 merged commit 230a7b2 into main Apr 30, 2023
15 checks passed
@ad12 ad12 deleted the bumpversion-utility branch April 30, 2023 00:14
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.

None yet

2 participants