Skip to content

Commit

Permalink
Merge pull request #846 from chromaui/fix-auto-config
Browse files Browse the repository at this point in the history
Fix config for Auto and add `next-release` tag to trigger a `next` release
  • Loading branch information
ghengeveld authored Oct 26, 2023
2 parents cfaed84 + 4e2fdc3 commit 418e843
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
16 changes: 0 additions & 16 deletions auto.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
one-of: |
major, minor, patch
release, skip-release
release, next-release, skip-release
none-of: DO NOT MERGE
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"auto": {
"baseBranch": "main",
"plugins": [
"npm",
"released"
],
"shipit": {
"onlyGraduateWithReleaseLabel": true
}
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",
Expand Down

0 comments on commit 418e843

Please sign in to comment.