Skip to content

Commit

Permalink
Merge pull request #82 from tj-actions/upgrade-to-v4.9
Browse files Browse the repository at this point in the history
Upgraded to v4.9
  • Loading branch information
jackton1 committed Aug 23, 2021
2 parents 12c1d47 + f10b5ee commit d7556ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.7...v4.8)
Expand All @@ -23,7 +40,6 @@
**Closed issues:**

- 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:**

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
steps:
- name: Get 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.
if: steps.branch-name.outputs.is_default == 'true'
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.8
uses: tj-actions/branch-names@v4.9

- name: Current branch name
run: |
Expand Down Expand Up @@ -115,7 +115,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.8
uses: tj-actions/branch-names@v4.9

- name: Current branch name
run: |
Expand Down Expand Up @@ -162,7 +162,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.8.
uses: tj-actions/branch-names@v4.9.

- name: Running on a tag branch.
if: steps.branch-name.outputs.is_tag == 'true'
Expand Down Expand Up @@ -201,7 +201,7 @@ on:
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v4.8
uses: tj-actions/branch-names@v4.9
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
Expand Down

0 comments on commit d7556ea

Please sign in to comment.