Skip to content

Commit

Permalink
fix: release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 25, 2024
1 parent e757a7e commit cc96894
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cid-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_TOKEN }}
workingDirectory: 'packages/cid-verifier'
environment: 'production'
environment: 'production'
2 changes: 0 additions & 2 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: 'Check Conventional Commits'

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
name: Validate PR title
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/cron-denylist.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Cron sync deny list

name: Cron sync denylist
on:
schedule:
- cron: '13 0,5,10,15,20 * * *'
Expand All @@ -9,7 +8,6 @@ on:
- main
paths:
- 'packages/denylist/denylist.json'

jobs:
update:
name: Sync deny list with KV store
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/denylist-update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Update remote denylist

on:
workflow_dispatch:
inputs:
Expand All @@ -14,7 +13,6 @@ on:
- add
- delete
default: add

jobs:
update:
name: Update remote denylist
Expand All @@ -36,4 +34,4 @@ jobs:
- name: Run job
env:
CF_API_TOKEN: ${{ secrets.CF_TOKEN }}
run: node packages/denylist/scripts/cli.js denylist update-remote ${{ toJSON(github.event.inputs.url) }} --env ${{ matrix.env }} --operation ${{ github.event.inputs.operation }}
run: node packages/denylist/scripts/cli.js denylist update-remote ${{ toJSON(github.event.inputs.url) }} --env ${{ matrix.env }} --operation ${{ github.event.inputs.operation }}
2 changes: 1 addition & 1 deletion .github/workflows/edge-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_TOKEN }}
workingDirectory: 'packages/edge-gateway'
environment: 'production'
environment: 'production'
1 change: 0 additions & 1 deletion .github/workflows/ipfs-gateway-race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- 'packages/ipfs-gateway-race/**'
- '.github/workflows/ipfs-gateway-race.yml'
- 'pnpm-lock.yaml'

jobs:
check:
name: Typecheck
Expand Down
6 changes: 6 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages/cid-verifier": "1.2.0",
"packages/denylist": "1.1.0",
"packages/edge-gateway": "1.12.1",
"packages/ipfs-gateway-race": "1.5.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"separate-pull-requests": true,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Fixes", "hidden": false },
{ "type": "chore", "section": "Other Changes", "hidden": false }
],
"packages": {
"packages/cid-verifier": {},
"packages/denylist": {},
"packages/edge-gateway": {},
"packages/ipfs-gateway-race": {}
}
}

0 comments on commit cc96894

Please sign in to comment.