From 8a5ca229054ff2a31012864993791bae7f5eb966 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 4 Aug 2021 19:13:25 +0000 Subject: [PATCH] Upgraded from v4.5 -> v4.6 --- HISTORY.md | 23 +++++++++++++++++++---- README.md | 10 +++++----- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8e56f415..1413c77b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) @@ -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)) diff --git a/README.md b/README.md index bcfccfad..4f1bc8b6 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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: | @@ -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: | @@ -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' @@ -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 }}