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:
|
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
|
||||||
|
|
|
||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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',
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue