Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: ensure changes to files can optionally be staged #270

Merged
merged 2 commits into from
Oct 7, 2022

Conversation

ga-paul-t
Copy link
Collaborator

closes #266

@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2022

Codecov Report

Merging #270 (7de8e9e) into main (ac8dcc0) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
+ Coverage   84.32%   84.36%   +0.04%     
==========================================
  Files          43       43              
  Lines        2073     2079       +6     
==========================================
+ Hits         1748     1754       +6     
  Misses        257      257              
  Partials       68       68              
Impacted Files Coverage Δ
internal/context/context.go 100.00% <ø> (ø)
cmd/uplift/bump.go 82.89% <100.00%> (+0.22%) ⬆️
cmd/uplift/changelog.go 86.08% <100.00%> (+0.12%) ⬆️
cmd/uplift/release.go 84.80% <100.00%> (+0.12%) ⬆️
cmd/uplift/root.go 80.48% <100.00%> (+0.48%) ⬆️
internal/task/bump/bump.go 94.73% <100.00%> (-0.27%) ⬇️
internal/task/changelog/changelog.go 70.49% <100.00%> (+0.65%) ⬆️

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

@ga-paul-t ga-paul-t merged commit 12fbf90 into main Oct 7, 2022
@ga-paul-t ga-paul-t deleted the fix-changelog-all branch October 7, 2022 05:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: generating a complete changelog should overwrite existing file and not commit any changes
2 participants