Skip to content

Commit 43d89a6

Browse files
committed
chore(release): v0.26.2 [skip actions]
1 parent e032eeb commit 43d89a6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fix-quality-metrics-race-condition.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# agentic-node-ts-starter
22

3+
## 0.26.2
4+
5+
### Patch Changes
6+
7+
- [`e032eeb`](https://github.com/sapientpants/agentic-node-ts-starter/commit/e032eeb5b2ba6e78ac8feeec93e8da3b5d14a2be) - fix(ci): handle race condition in quality metrics update
8+
9+
Fixed a race condition where the quality metrics update job fails when the release process pushes a version bump commit to main before the metrics update completes. Added `git pull --rebase origin main` before pushing to handle concurrent updates.
10+
311
## 0.26.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)