Skip to content

Commit

Permalink
ci(release config): trying some stuff to get branch renaming to work
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Feb 5, 2024
1 parent 3aa9065 commit 4cc00d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
- '*[0-9].*[0-9].x'
- '*[0-9].x.x'
- dev
Expand Down
3 changes: 0 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ module.exports = {
'main',
'+([0-9])?(.{+([0-9]),x}).x',
{ name: 'next', prerelease: true },
{ name: 'dev', prerelease: true },
{ name: 'beta', prerelease: true },
{ name: 'alpha', prerelease: true },
],
plugins: [
[
Expand Down

0 comments on commit 4cc00d3

Please sign in to comment.