diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml deleted file mode 100644 index 9f24cfe..0000000 --- a/.github/workflows/post-release.yml +++ /dev/null @@ -1,18 +0,0 @@ -# AUTO-GENERATED — do not edit directly. -# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts -# Tool: holocron sync-github -# Changes: edit source in theholocron/holocron and push to alpha or main. -name: Post-release Sync - -on: # yamllint disable-line rule:truthy - release: - types: [published] - -permissions: - contents: read - -jobs: - broadcast: - name: Post-release Sync - uses: theholocron/.github/.github/workflows/post-release.yml@main - secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/security.yml similarity index 66% rename from .github/workflows/codeql.yml rename to .github/workflows/security.yml index 87ffaa2..0f59b00 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/security.yml @@ -1,8 +1,8 @@ # AUTO-GENERATED — do not edit directly. # Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts -# Tool: holocron sync-github -# Changes: edit source in theholocron/holocron and push to alpha or main. -name: CodeQL +# Tool: holocron setup +# Changes: run `holocron setup` to regenerate. +name: Security on: # yamllint disable-line rule:truthy push: @@ -20,6 +20,6 @@ permissions: security-events: write jobs: - codeql: - uses: theholocron/.github/.github/workflows/codeql.yml@main + security: + uses: theholocron/.github/.github/workflows/security.yml@main secrets: inherit diff --git a/CHANGELOG.md b/CHANGELOG.md index e178e77..fc42f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ### Features -* ✨ add wiki/fern docs setup ([#180](https://github.com/theholocron/node-template/issues/180)) ([0e6a847](https://github.com/theholocron/node-template/commit/0e6a847aa12ead3d6ca3298a4cf6465e19531d74)) +- ✨ add wiki/fern docs setup ([#180](https://github.com/theholocron/node-template/issues/180)) ([0e6a847](https://github.com/theholocron/node-template/commit/0e6a847aa12ead3d6ca3298a4cf6465e19531d74)) ### Chores -* 🔧 ⬆️ adopt nodeDocs() preset from @theholocron/holocron-config@7.26.0 ([#178](https://github.com/theholocron/node-template/issues/178)) ([4ffc941](https://github.com/theholocron/node-template/commit/4ffc941a73cca4259383d73c1b8a2bf2ec6f3b1c)) -* sync README and repo metadata ([#177](https://github.com/theholocron/node-template/issues/177)) ([a304c3b](https://github.com/theholocron/node-template/commit/a304c3baee2544c48804b4de925d896c47aaa09d)) +- 🔧 ⬆️ adopt nodeDocs() preset from @theholocron/holocron-config@7.26.0 ([#178](https://github.com/theholocron/node-template/issues/178)) ([4ffc941](https://github.com/theholocron/node-template/commit/4ffc941a73cca4259383d73c1b8a2bf2ec6f3b1c)) +- sync README and repo metadata ([#177](https://github.com/theholocron/node-template/issues/177)) ([a304c3b](https://github.com/theholocron/node-template/commit/a304c3baee2544c48804b4de925d896c47aaa09d)) ## [1.5.3](https://github.com/theholocron/node-template/compare/v1.5.2...v1.5.3) (2026-08-26)