This commit enables semantic release on main, next, beta, and alpha
branches. It includes most of 54185bfb20dae093bfadff9ed79c2e2848bb4d7f, except the @ nesting for next has been removed (ie fixed) and releases are enabled in all branches, no just next.
The next branch should not be deleted once this is merged in. There is a pre-release that's still based on its current state. Instead, once this branch is merged in, next should make a merge commit, bringing the two branches in sync.
Once the pre-release feature has been release on main, then the next branch can be safely deleted.
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
This commit enables semantic release on main, next, beta, and alpha branches. It includes most of
54185bfb20dae093bfadff9ed79c2e2848bb4d7f
, except the@
nesting fornext
has been removed (ie fixed) and releases are enabled in all branches, no justnext
.The
next
branch should not be deleted once this is merged in. There is a pre-release that's still based on its current state. Instead, once this branch is merged in,next
should make a merge commit, bringing the two branches in sync.Once the pre-release feature has been release on main, then the
next
branch can be safely deleted.