diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d3b25c46..a14c009c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -97,12 +97,12 @@ jobs: - name: Create semantic release uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0 with: - semantic_version: 25.0.8 + semantic_version: 25.0.9 extra_plugins: | @semantic-release/commit-analyzer@13.0.1 @semantic-release/release-notes-generator@14.1.1 @semantic-release/github@12.0.9 - conventional-changelog-conventionalcommits@10.2.1 + conventional-changelog-conventionalcommits@10.4.0 env: GITHUB_TOKEN: ${{ steps.release-bot.outputs.token }} GH_TOKEN: ${{ steps.release-bot.outputs.token }} diff --git a/scripts/agents/sync.ts b/scripts/agents/sync.ts index 01f64c8e..adcf1e57 100755 --- a/scripts/agents/sync.ts +++ b/scripts/agents/sync.ts @@ -20,7 +20,7 @@ import { export { type Runtime } from "./runtime.ts"; // renovate: datasource=npm depName=skills -export const DEFAULT_SKILLS_CLI_VERSION = "1.5.7"; +export const DEFAULT_SKILLS_CLI_VERSION = "1.5.23"; type Agent = "claude-code" | "codex";