feat: added release please
This commit is contained in:
parent
40b7a52efc
commit
4807c7f497
@ -12,6 +12,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.4",
|
||||
"@commitlint/config-angular": "^18.4.4",
|
||||
"husky": "^8.0.3"
|
||||
"husky": "^8.0.3",
|
||||
"release-please": "^16.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
739
pnpm-lock.yaml
generated
739
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
12
scripts/release-please-init
Executable file
12
scripts/release-please-init
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ../.env
|
||||
|
||||
npx release-please bootstrap \
|
||||
--token=$TOKEN \
|
||||
--api-url="$GIT_URL" \
|
||||
--repo-url=$OWNER/$REPO \
|
||||
--release-type=$TYPE \
|
||||
--dry-run
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user