Skip to content

Commit

Permalink
Add next-release tag to trigger a 'next' release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 26, 2023
1 parent b0e43e7 commit 81a551f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion auto.config.ts → auto.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default function rc(): AutoRc {
plugins: ['npm', 'released'],
shipit: {
onlyGraduateWithReleaseLabel: true,
prerelease: true,
},
};
}

0 comments on commit 81a551f

Please sign in to comment.