mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 20:23:50 +08:00
Upgraded from v4.3 -> v4.4
This commit is contained in:
parent
ce1737e426
commit
11322fca91
28
HISTORY.md
28
HISTORY.md
@ -1,8 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v4.3](https://github.com/tj-actions/branch-names/tree/v4.3) (2021-05-27)
|
## [v4.4](https://github.com/tj-actions/branch-names/tree/v4.4) (2021-07-01)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4...v4.3)
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)
|
||||||
|
|
||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
|
|
||||||
@ -10,19 +10,33 @@
|
|||||||
|
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Update tj-actions/verify-changed-files action to v7 [\#64](https://github.com/tj-actions/branch-names/pull/64) ([renovate[bot]](https://github.com/apps/renovate))
|
||||||
|
- Updated README.md [\#63](https://github.com/tj-actions/branch-names/pull/63) ([jackton1](https://github.com/jackton1))
|
||||||
|
- Updated README.md [\#62](https://github.com/tj-actions/branch-names/pull/62) ([jackton1](https://github.com/jackton1))
|
||||||
|
- Updated README.md [\#61](https://github.com/tj-actions/branch-names/pull/61) ([jackton1](https://github.com/jackton1))
|
||||||
|
- Updated README.md [\#60](https://github.com/tj-actions/branch-names/pull/60) ([jackton1](https://github.com/jackton1))
|
||||||
|
- Update tj-actions/sync-release-version action to v8.7 [\#59](https://github.com/tj-actions/branch-names/pull/59) ([renovate[bot]](https://github.com/apps/renovate))
|
||||||
|
- Upgraded to v4.3 [\#58](https://github.com/tj-actions/branch-names/pull/58) ([jackton1](https://github.com/jackton1))
|
||||||
|
|
||||||
|
## [v4.3](https://github.com/tj-actions/branch-names/tree/v4.3) (2021-05-27)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.2...v4.3)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
- Updated README.md [\#57](https://github.com/tj-actions/branch-names/pull/57) ([jackton1](https://github.com/jackton1))
|
- Updated README.md [\#57](https://github.com/tj-actions/branch-names/pull/57) ([jackton1](https://github.com/jackton1))
|
||||||
- Create update-readme.yml [\#56](https://github.com/tj-actions/branch-names/pull/56) ([jackton1](https://github.com/jackton1))
|
- Create update-readme.yml [\#56](https://github.com/tj-actions/branch-names/pull/56) ([jackton1](https://github.com/jackton1))
|
||||||
- Add support for detecting tag branches [\#55](https://github.com/tj-actions/branch-names/pull/55) ([jackton1](https://github.com/jackton1))
|
- Add support for detecting tag branches [\#55](https://github.com/tj-actions/branch-names/pull/55) ([jackton1](https://github.com/jackton1))
|
||||||
- Update pascalgn/automerge-action action to v0.14.2 [\#54](https://github.com/tj-actions/branch-names/pull/54) ([renovate[bot]](https://github.com/apps/renovate))
|
- Update pascalgn/automerge-action action to v0.14.2 [\#54](https://github.com/tj-actions/branch-names/pull/54) ([renovate[bot]](https://github.com/apps/renovate))
|
||||||
- Upgraded to v4.2 [\#53](https://github.com/tj-actions/branch-names/pull/53) ([jackton1](https://github.com/jackton1))
|
- Upgraded to v4.2 [\#53](https://github.com/tj-actions/branch-names/pull/53) ([jackton1](https://github.com/jackton1))
|
||||||
|
|
||||||
## [v4](https://github.com/tj-actions/branch-names/tree/v4) (2021-05-25)
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.2...v4)
|
|
||||||
|
|
||||||
## [v4.2](https://github.com/tj-actions/branch-names/tree/v4.2) (2021-05-25)
|
## [v4.2](https://github.com/tj-actions/branch-names/tree/v4.2) (2021-05-25)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.1...v4.2)
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4...v4.2)
|
||||||
|
|
||||||
|
## [v4](https://github.com/tj-actions/branch-names/tree/v4) (2021-05-25)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.1...v4)
|
||||||
|
|
||||||
**Fixed bugs:**
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.3
|
uses: tj-actions/branch-names@v4.4
|
||||||
|
|
||||||
- name: Running on the default branch.
|
- name: Running on the default branch.
|
||||||
if: steps.branch-name.outputs.is_default == 'true'
|
if: steps.branch-name.outputs.is_default == 'true'
|
||||||
@ -65,7 +65,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names
|
- name: Get branch names
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v4.3
|
uses: tj-actions/branch-names@v4.4
|
||||||
|
|
||||||
- name: Running on the default branch.
|
- name: Running on the default branch.
|
||||||
if: steps.branch-name.outputs.is_default == 'true'
|
if: steps.branch-name.outputs.is_default == 'true'
|
||||||
@ -147,7 +147,7 @@ on:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get branch names.
|
- name: Get branch names.
|
||||||
id: branch-names
|
id: branch-names
|
||||||
uses: tj-actions/branch-names@v4.3
|
uses: tj-actions/branch-names@v4.4
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
|
||||||
|
Loading…
Reference in New Issue
Block a user