Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/workflows/post-release.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading