Skip to content

Commit 0d9f929

Browse files
authored
chore: add chores to changelog (#2216)
Closes #2192 See [identical PR in web3](web3-storage/web3.storage#1316)
1 parent 3f912c8 commit 0d9f929

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
release-type: node
8282
monorepo-tags: true
8383
package-name: api
84+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Other Changes","hidden":false}]'
8485
- uses: actions/checkout@v2
8586
if: ${{ steps.tag-release.outputs.releases_created }}
8687
- uses: actions/setup-node@v2

.github/workflows/client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
release-type: node
6464
monorepo-tags: true
6565
package-name: nft.storage
66+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Other Changes","hidden":false}]'
6667
- uses: actions/checkout@v2
6768
if: ${{ steps.tag-release.outputs.releases_created }}
6869
- uses: actions/setup-node@v2

.github/workflows/create-nft-storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
release-type: node
2828
monorepo-tags: true
2929
package-name: create-nft-storage
30+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Other Changes","hidden":false}]'
3031
- uses: actions/checkout@v2
3132
if: ${{ steps.tag-release.outputs.releases_created }}
3233
- uses: actions/setup-node@v2

.github/workflows/cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ jobs:
6767
release-type: node
6868
monorepo-tags: true
6969
package-name: cron
70+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Other Changes","hidden":false}]'

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
release-type: node
8585
monorepo-tags: true
8686
package-name: website
87+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Other Changes","hidden":false}]'
8788
release:
8889
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changelog.outputs.releases_created
8990
name: Release

0 commit comments

Comments
 (0)