Skip to content

Commit

Permalink
add nosecone packages to release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Nov 19, 2024
1 parent d248ddd commit dec97ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"headers": "1.0.0-alpha.28",
"ip": "1.0.0-alpha.28",
"logger": "1.0.0-alpha.28",
"nosecone": "1.0.0-alpha.28",
"nosecone-next": "1.0.0-alpha.28",
"nosecone-sveltekit": "1.0.0-alpha.28",
"protocol": "1.0.0-alpha.28",
"redact": "1.0.0-alpha.28",
"redact-wasm": "1.0.0-alpha.28",
Expand Down
15 changes: 15 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@
"component": "@arcjet/logger",
"skip-github-release": true
},
"nosecone": {
"component": "nosecone",
"skip-github-release": true
},
"nosecone-next": {
"component": "@nosecone/next",
"skip-github-release": true
},
"nosecone-sveltekit": {
"component": "@nosecone/sveltekit",
"skip-github-release": true
},
"protocol": {
"component": "@arcjet/protocol",
"skip-github-release": true
Expand Down Expand Up @@ -156,6 +168,9 @@
"@arcjet/ip",
"@arcjet/body",
"@arcjet/logger",
"nosecone",
"@nosecone/next",
"@nosecone/sveltekit",
"@arcjet/protocol",
"@arcjet/redact",
"@arcjet/redact-wasm",
Expand Down

0 comments on commit dec97ae

Please sign in to comment.