mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 10:59:47 +00:00
modified: .gitignore
new file: release.sh
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -130,4 +130,3 @@ dev-debug.log
|
|||||||
# Task files
|
# Task files
|
||||||
tasks.json
|
tasks.json
|
||||||
tasks/
|
tasks/
|
||||||
release.sh
|
|
||||||
|
|||||||
4
release.sh
Executable file
4
release.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Load environment variables from .env
|
||||||
|
export $(grep -v '^#' .env | grep '^GITHUB_TOKEN=' | xargs)
|
||||||
|
exec npx release-it "$@"
|
||||||
Reference in New Issue
Block a user