Skip to content

Commit

Permalink
Merge pull request #74 from tj-actions/upgrade-to-v4.6
Browse files Browse the repository at this point in the history
Upgraded to v4.6
  • Loading branch information
jackton1 committed Aug 4, 2021
2 parents 2281f17 + 8a5ca22 commit 28a6a95
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
23 changes: 19 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v4.6](https://github.com/tj-actions/branch-names/tree/v4.6) (2021-08-04)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.5...v4.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:**

- Update codacy/codacy-analysis-cli-action action to v4 [\#73](https://github.com/tj-actions/branch-names/pull/73) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v3 [\#72](https://github.com/tj-actions/branch-names/pull/72) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#71](https://github.com/tj-actions/branch-names/pull/71) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#70](https://github.com/tj-actions/branch-names/pull/70) ([jackton1](https://github.com/jackton1))
- Clean up docs to include all events [\#69](https://github.com/tj-actions/branch-names/pull/69) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#68](https://github.com/tj-actions/branch-names/pull/68) ([jackton1](https://github.com/jackton1))
- Upgraded to v4.5 [\#66](https://github.com/tj-actions/branch-names/pull/66) ([jackton1](https://github.com/jackton1))

## [v4.5](https://github.com/tj-actions/branch-names/tree/v4.5) (2021-07-01)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.4...v4.5)
Expand All @@ -12,10 +31,6 @@

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)

**Closed issues:**

- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)

**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))
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
steps:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v4.5
uses: tj-actions/branch-names@v4.6

- name: Running on the default branch.
if: steps.branch-name.outputs.is_default == 'true'
Expand Down Expand Up @@ -72,7 +72,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.5
uses: tj-actions/branch-names@v4.6

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

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

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

0 comments on commit 28a6a95

Please sign in to comment.