File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' agentic-node-ts-starter ' : patch
3+ ---
4+
5+ Update dependencies to latest versions
6+
7+ - zod: 4.1.1 → 4.1.4
8+ - @typescript-eslint/eslint-plugin : 8.40.0 → 8.41.0
9+ - @typescript-eslint/parser : 8.40.0 → 8.41.0
Original file line number Diff line number Diff line change 7676 git config --local user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
7777 git config --local user.name "${{ github.actor }}"
7878 git add package.json CHANGELOG.md .changeset
79- git commit --cleanup=verbatim -m "chore(release): v${{ steps.version.outputs.version }}
80-
81- skip-checks: true"
79+ git commit -m "chore(release): v${{ steps.version.outputs.version }} [skip actions]"
8280 git tag -a "v${{ steps.version.outputs.version }}" -m "Release v${{ steps.version.outputs.version }}"
8381 git push origin main --follow-tags
8482
You can’t perform that action at this time.
0 commit comments