Skip to content

Commit

Permalink
chore: TET-135 license update
Browse files Browse the repository at this point in the history
  • Loading branch information
kudyniuk committed Oct 3, 2023
1 parent be6badf commit 8847722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: ['main', 'latest', 'beta']
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'main', 'next', 'next-major', 'beta', 'alpha']

permissions:
contents: read # for checkout
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['main', 'latest', {name: 'beta', prerelease: 'beta'}, {name: 'alpha', prerelease: 'alpha'}],
branches: ['+([0-9])?(.{+([0-9]),x}).x', 'main', 'next', 'next-major', {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 8847722

Please sign in to comment.