Merge pull request #82 from tj-actions/upgrade-to-v4.9

Upgraded to v4.9
This commit is contained in:
Tonye Jack 2021-08-22 21:24:09 -04:00 committed by GitHub
commit d7556ea4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 6 deletions

View File

@ -1,5 +1,22 @@
# Changelog # Changelog
## [v4.9](https://github.com/tj-actions/branch-names/tree/v4.9) (2021-08-23)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.8...v4.9)
**Closed issues:**
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
**Merged pull requests:**
- Updated README.md [\#81](https://github.com/tj-actions/branch-names/pull/81) ([jackton1](https://github.com/jackton1))
- docs: add loarca as a contributor for code [\#80](https://github.com/tj-actions/branch-names/pull/80) ([allcontributors[bot]](https://github.com/apps/allcontributors))
- Update 'current\_branch' output to strip tag prefix [\#79](https://github.com/tj-actions/branch-names/pull/79) ([loarca](https://github.com/loarca))
- Update tj-actions/remark action to v1.7 [\#78](https://github.com/tj-actions/branch-names/pull/78) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#77](https://github.com/tj-actions/branch-names/pull/77) ([jackton1](https://github.com/jackton1))
- Upgraded to v4.8 [\#76](https://github.com/tj-actions/branch-names/pull/76) ([jackton1](https://github.com/jackton1))
## [v4.8](https://github.com/tj-actions/branch-names/tree/v4.8) (2021-08-04) ## [v4.8](https://github.com/tj-actions/branch-names/tree/v4.8) (2021-08-04)
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.7...v4.8) [Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.7...v4.8)
@ -23,7 +40,6 @@
**Closed issues:** **Closed issues:**
- Improve documentation [\#43](https://github.com/tj-actions/branch-names/issues/43) - Improve documentation [\#43](https://github.com/tj-actions/branch-names/issues/43)
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
**Merged pull requests:** **Merged pull requests:**

View File

@ -31,7 +31,7 @@ on:
steps: steps:
- name: Get branch name - name: Get branch name
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.8 uses: tj-actions/branch-names@v4.9
- 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'
@ -78,7 +78,7 @@ on:
steps: steps:
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.8 uses: tj-actions/branch-names@v4.9
- name: Current branch name - name: Current branch name
run: | run: |
@ -115,7 +115,7 @@ on:
steps: steps:
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.8 uses: tj-actions/branch-names@v4.9
- name: Current branch name - name: Current branch name
run: | run: |
@ -162,7 +162,7 @@ on:
steps: steps:
- name: Get branch names - name: Get branch names
id: branch-name id: branch-name
uses: tj-actions/branch-names@v4.8. uses: tj-actions/branch-names@v4.9.
- name: Running on a tag branch. - name: Running on a tag branch.
if: steps.branch-name.outputs.is_tag == 'true' if: steps.branch-name.outputs.is_tag == 'true'
@ -201,7 +201,7 @@ on:
steps: steps:
- name: Get branch names. - name: Get branch names.
id: branch-names id: branch-names
uses: tj-actions/branch-names@v4.8 uses: tj-actions/branch-names@v4.9
- 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 }}