feat: added release please

This commit is contained in:
Tyler Gillispie 2024-01-08 15:32:14 -08:00
parent 40b7a52efc
commit 4807c7f497
3 changed files with 753 additions and 1 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

12
scripts/release-please-init Executable file
View 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