Initial commit from Create Next App

This commit is contained in:
shinya
2025-06-17 13:15:54 +08:00
commit 2e989e5e9b
77 changed files with 13025 additions and 0 deletions

17
.github/workflows/release-please.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: release-please
on:
# !STARTERCONF Choose your preferred event
# !Option 1: Manual Trigger from GitHub
workflow_dispatch:
# !Option 2: Release on every push on main branch
# push:
# branches:
# - main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action