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

Add: Extend Git class for deleting tags, reset and pushing refspecs #979

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

bjoernricks
Copy link
Contributor

What

Extend Git class for deleting tags, reset and pushing refspecs

Why

Allow to delete tags, to push the deleted tags to the remote repo and to reset a local history. This will allow to revert some changed for a failed release creation.

Checklist

  • Tests

@bjoernricks bjoernricks requested a review from a team as a code owner February 5, 2024 15:01
@bjoernricks bjoernricks enabled auto-merge (rebase) February 5, 2024 15:01
Copy link

github-actions bot commented Feb 5, 2024

Conventional Commits Report

Type Number
Added 1

🚀 Conventional commits found.

Allow to delete tags, to push the deleted tags to the remote repo and to
reset a local history.
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86bea78) 90.22% compared to head (44c9c58) 90.25%.

❗ Current head 44c9c58 differs from pull request most recent head 4ed1aa2. Consider uploading reports for the commit 4ed1aa2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #979      +/-   ##
==========================================
+ Coverage   90.22%   90.25%   +0.02%     
==========================================
  Files         103      103              
  Lines        6938     6956      +18     
  Branches      983      986       +3     
==========================================
+ Hits         6260     6278      +18     
  Misses        475      475              
  Partials      203      203              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bjoernricks bjoernricks merged commit f03cb9a into main Feb 6, 2024
18 checks passed
@bjoernricks bjoernricks deleted the extend-git branch February 6, 2024 06:02
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