Skip to content

Commit 7876aef

Browse files
committed
chore(release): v0.26.1 [skip actions]
1 parent 8547daa commit 7876aef

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/fix-ci-precommit-hook.md

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

CHANGELOG.md

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

3+
## 0.26.1
4+
5+
### Patch Changes
6+
7+
- [`8547daa`](https://github.com/sapientpants/agentic-node-ts-starter/commit/8547daa70cf5c111bd815e914efd917935df63fe) - fix(ci): skip precommit hook when committing quality metrics
8+
9+
The automated quality metrics update in CI was failing because the precommit hook runs ESLint, which exits with code 1 when there are JSDoc warnings. These warnings are intentional (to guide future documentation improvements) and should not block automated commits.
10+
11+
Added `--no-verify` flag to bypass precommit hook for the automated quality metrics commit in CI.
12+
313
## 0.26.0
414

515
### Minor 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.0",
3+
"version": "0.26.1",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)