mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-14 14:03:47 +00:00
feat: new release
This commit is contained in:
parent
56bb7f907a
commit
e0e2bf9a35
2 changed files with 4 additions and 4 deletions
4
.github/workflows/checkPullRequest.yml
vendored
4
.github/workflows/checkPullRequest.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Check Pull Request
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Semantic Release
|
||||
uses: ./
|
||||
with:
|
||||
branch: main
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -3,8 +3,8 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
- master
|
||||
- main
|
||||
- next
|
||||
- next-major
|
||||
- alpha
|
||||
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
branches: |
|
||||
[
|
||||
'+([0-9])?(.{+([0-9]),x}).x',
|
||||
'release',
|
||||
'master',
|
||||
'main',
|
||||
'next',
|
||||
'next-major',
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue