Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(bump): it is now possible to specify a pattern in the files attr... #25

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

Merged
woile merged 2 commits into master from feature/files-with-regex
May 11, 2019

Conversation

Copy link
Member

@woile woile commented May 10, 2019

... to replace the version

Example:

before

{
 "name": "magictool",
 "version": "1.2.3",
 "dependencies": {
 "lodash": "1.2.3"
 }
}
"""

cz bump

after

{
 "name": "magictool",
 "version": "2.0.0",
 "dependencies": {
 "lodash": "1.2.3"
 }
}

TODO:

  • Add docs

Copy link

codecov-io commented May 10, 2019
edited
Loading

Codecov Report

Merging #25 into master will increase coverage by 0.18%.
The diff coverage is 87.5%.

Impacted file tree graph

@@ Coverage Diff @@
## master #25 +/- ##
==========================================
+ Coverage 92.14% 92.32% +0.18% 
==========================================
 Files 24 24 
 Lines 509 521 +12 
==========================================
+ Hits 469 481 +12 
 Misses 40 40
Impacted Files Coverage Δ
commitizen/bump.py 100% <100%> (ø) ⬆️
commitizen/commands/bump.py 74.66% <70%> (+1.05%) ⬆️

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 bc54b9a...18164eb. Read the comment docs.

@woile woile merged commit 7348e8e into master May 11, 2019
@Lee-W Lee-W deleted the feature/files-with-regex branch March 16, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /