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

feat(monorepo): add config opt to disable global global-tag-opt #264

Merged
merged 4 commits into from
Feb 18, 2023

Conversation

oknozor
Copy link
Collaborator

@oknozor oknozor commented Feb 17, 2023

Todo

  • add some tests

Closes #259

@ghost
Copy link

ghost commented Feb 17, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@codecov
Copy link

codecov bot commented Feb 17, 2023

Codecov Report

Merging #264 (59e2353) into main (5670cd8) will increase coverage by 0.16%.
The diff coverage is 95.53%.

@@            Coverage Diff             @@
##             main     #264      +/-   ##
==========================================
+ Coverage   84.96%   85.13%   +0.16%     
==========================================
  Files          43       43              
  Lines        5601     5684      +83     
==========================================
+ Hits         4759     4839      +80     
- Misses        842      845       +3     
Impacted Files Coverage Δ
src/command/bump/monorepo.rs 93.10% <89.39%> (-0.95%) ⬇️
src/command/bump/mod.rs 82.28% <98.30%> (+3.15%) ⬆️
src/command/bump/package.rs 91.17% <100.00%> (-0.26%) ⬇️
src/command/bump/standard.rs 100.00% <100.00%> (ø)
src/hook/mod.rs 97.00% <100.00%> (+0.01%) ⬆️
src/settings/mod.rs 95.05% <100.00%> (+0.54%) ⬆️
src/git/tag.rs 98.09% <0.00%> (+0.47%) ⬆️

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

@oknozor oknozor merged commit 96aa3b6 into main Feb 18, 2023
@oknozor oknozor deleted the feat/global-tag-opt branch May 11, 2023 10:20
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.

[FEATURE] [Monorepo] Add a config attribute to set if a global tag should be generated
1 participant