Skip to content

Configure Git identity for release tags - #596

Merged
AndreyVMarkelov merged 1 commit into
mainfrom
andreymarkelov/configure-release-tag-identity
Sep 22, 2026
Merged

AndreyVMarkelov merged 1 commit into
mainfrom
andreymarkelov/configure-release-tag-identity

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • configure the repository-local GitHub Actions bot name and email before creating an annotated release tag
  • preserve annotated tags and the existing release flow
  • confirm the failed release did not push v12.2.2

@codecov

codecov Bot commented Sep 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.31%. Comparing base (5d980b2) to head (f279e14).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #596   +/-   ##
=======================================
  Coverage   65.31%   65.31%           
=======================================
  Files          36       36           
  Lines       67969    67969           
  Branches     4904     4904           
=======================================
  Hits        44397    44397           
  Misses      23320    23320           
  Partials      252      252           
Flag Coverage Δ
integration 64.34% <ø> (ø)
unit 65.03% <ø> (ø)

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

exit 1
fi
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the right email? how did you get it?

@AndreyVMarkelov
AndreyVMarkelov merged commit 4f28257 into main Sep 22, 2026
35 checks passed
@AndreyVMarkelov
AndreyVMarkelov deleted the andreymarkelov/configure-release-tag-identity branch September 22, 2026 22:01
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.

2 participants