mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
- Update CI workflow to package release artifacts with correct naming (hapi-* prefix) - Generate SHA256 checksums for all artifacts - Auto-update homebrew-tap repository on release - Add Installation section to README with Homebrew, npm, and binary options - Simplify .release-it.json config as CI now handles release process - Add update-homebrew-formula script to update formula in homebrew-tap - Add release-artifacts directory to .gitignore Users can now install via: brew install tiann/tap/hapi
37 lines
507 B
Plaintext
37 lines
507 B
Plaintext
*-debug.log
|
|
*-error.log
|
|
**/.DS_Store
|
|
/.idea
|
|
/dist
|
|
/tmp
|
|
/node_modules
|
|
oclif.manifest.json
|
|
|
|
# Unpacked binaries (keep archives)
|
|
/tools/unpacked/
|
|
|
|
# Build outputs
|
|
/dist-exe/
|
|
/release-artifacts/
|
|
|
|
# Generated npm platform packages (created by prepare-npm-packages.ts)
|
|
/npm/*/package.json
|
|
/npm/*/bin/hapi
|
|
/npm/*/bin/hapi.exe
|
|
|
|
|
|
|
|
pnpm-lock.yaml
|
|
|
|
# Environment variables
|
|
.env
|
|
.env*.local
|
|
|
|
# Claude code session level settings
|
|
.claude/settings.local.json
|
|
|
|
# Local installation
|
|
.happy/
|
|
|
|
**/*.log
|
|
.release-notes-temp.md |