5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-14 05:53:46 +00:00

feat: new release

This commit is contained in:
jcheng2021 2022-12-16 19:15:42 -05:00
parent 56bb7f907a
commit e0e2bf9a35
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: Check Pull Request
on: on:
pull_request: pull_request:
branches: branches:
- main - master
jobs: jobs:
release: release:
@ -16,7 +16,7 @@ jobs:
- name: Semantic Release - name: Semantic Release
uses: ./ uses: ./
with: with:
branch: main branch: master
extra_plugins: | extra_plugins: |
@semantic-release/git @semantic-release/git
@semantic-release/changelog @semantic-release/changelog

View file

@ -3,8 +3,8 @@ name: Release
on: on:
push: push:
branches: branches:
- release
- master - master
- main
- next - next
- next-major - next-major
- alpha - alpha
@ -25,8 +25,8 @@ jobs:
branches: | branches: |
[ [
'+([0-9])?(.{+([0-9]),x}).x', '+([0-9])?(.{+([0-9]),x}).x',
'release',
'master', 'master',
'main',
'next', 'next',
'next-major', 'next-major',
{ {