Skip to content

Commit

Permalink
chore(ci): Version Bun and SvelteKit adapters (#787)
Browse files Browse the repository at this point in the history
This adds the new adapters to the release-please CI to version and generate changelog for each.

Depends on #775
  • Loading branch information
blaine-arcjet committed May 20, 2024
1 parent 002fdbb commit 384e4a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
".": "1.0.0-alpha.12",
"analyze": "1.0.0-alpha.12",
"arcjet": "1.0.0-alpha.12",
"arcjet-bun": "1.0.0-alpha.12",
"arcjet-next": "1.0.0-alpha.12",
"arcjet-node": "1.0.0-alpha.12",
"arcjet-sveltekit": "1.0.0-alpha.12",
"decorate": "1.0.0-alpha.12",
"duration": "1.0.0-alpha.12",
"eslint-config": "1.0.0-alpha.12",
Expand Down
10 changes: 10 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"component": "arcjet",
"skip-github-release": true
},
"arcjet-bun": {
"component": "@arcjet/bun",
"skip-github-release": true
},
"arcjet-next": {
"component": "@arcjet/next",
"skip-github-release": true
Expand All @@ -45,6 +49,10 @@
"component": "@arcjet/node",
"skip-github-release": true
},
"arcjet-sveltekit": {
"component": "@arcjet/sveltekit",
"skip-github-release": true
},
"decorate": {
"component": "@arcjet/decorate",
"skip-github-release": true
Expand Down Expand Up @@ -90,8 +98,10 @@
"root",
"@arcjet/analyze",
"arcjet",
"@arjcet/bun",
"@arjcet/next",
"@arjcet/node",
"@arjcet/sveltekit",
"@arjcet/decorate",
"@arjcet/duration",
"@arcjet/eslint-config",
Expand Down

0 comments on commit 384e4a4

Please sign in to comment.