Skip to content

Commit

Permalink
Upgraded from v7.0.7 -> v8
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 7, 2023
1 parent 6b29454 commit cf62a9f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# [8.0.0](https://github.com/tj-actions/branch-names/compare/v7.0.7...v8.0.0) - (2023-12-05)

## <!-- 17 -->➖ Remove

- Deleted .github/workflows/auto-approve.yml ([d412a8b](https://github.com/tj-actions/branch-names/commit/d412a8b9be018a303e4c446b1e1e77e26dc79603)) - (Tonye Jack)

## <!-- 30 -->📝 Other

- PR [#273](https://github.com/tj-actions/branch-names/pull/273): to v7.0.7 ([aebb456](https://github.com/tj-actions/branch-names/commit/aebb456ae8608f6dc5a66f8ee1af451d4cc6a121)) - (repo-ranger[bot])

## <!-- 7 -->⚙️ Miscellaneous Tasks

- Create SECURITY.md ([#274](https://github.com/tj-actions/branch-names/issues/274)) ([6b29454](https://github.com/tj-actions/branch-names/commit/6b29454859d080290fc5e9c05ee4e82b9156404b)) - (Tonye Jack)

## <!-- 9 -->⬆️ Upgrades

- Upgraded from v7.0.6 -> v7.0.7
([f78faab](https://github.com/tj-actions/branch-names/commit/f78faabb0379ad0477ee82bf26324d6c8e6e6a05)) - (jackton1)

# [7.0.7](https://github.com/tj-actions/branch-names/compare/v7.0.6...v7.0.7) - (2023-12-03)

## <!-- 1 -->🐛 Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get a branch or tag name without the `/ref/*` prefix.
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8

- name: Running on the default branch.
if: steps.branch-names.outputs.is_default == 'true'
Expand Down Expand Up @@ -90,7 +90,7 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

```yaml
- uses: tj-actions/branch-names@v7
- uses: tj-actions/branch-names@v8
id: branch-names
with:
# The prefix that should be stripped from the tag
Expand Down Expand Up @@ -134,7 +134,7 @@ on:
steps:
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8

- name: Current branch names
run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ on:
steps:
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8

- name: Current branch names
run: |
Expand Down Expand Up @@ -228,7 +228,7 @@ on:
steps:
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8
with:
strip_tag_prefix: v # Optionally strip the leading `v` from the tag.

Expand Down Expand Up @@ -263,7 +263,7 @@ on:
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8
- uses: actions/checkout@v3
with:
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
Expand Down

0 comments on commit cf62a9f

Please sign in to comment.