Skip to content

Commit 6a9a95f

Browse files
chore(deps): update joshuakgoldberg/release-it-action action to v0.3.1 (#1959)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JoshuaKGoldberg/release-it-action](https://redirect.github.com/JoshuaKGoldberg/release-it-action) | action | minor | `v0.2.2` -> `v0.3.1` | --- ### Release Notes <details> <summary>JoshuaKGoldberg/release-it-action (JoshuaKGoldberg/release-it-action)</summary> ### [`v0.3.1`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.1) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.0...v0.3.1) This release should fix the built outputs to reflect what 0.3.0 includes. ### [`v0.3.0`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.2.3...v0.3.0) #### What's Changed - feat: add release-it-args option by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/release-it-action/pull/392](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/392) - feat: switch skip-branch-protections to bypass-branch-protections by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/release-it-action/pull/404](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/404) #### New Contributors - [@&#8203;markEHVN](https://redirect.github.com/markEHVN) made their first contribution in [https://github.com/JoshuaKGoldberg/release-it-action/pull/363](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/363) **Full Changelog**: JoshuaKGoldberg/release-it-action@v0.2.3...v0.3.0 ### [`v0.2.3`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.2.3) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.2.2...v0.2.3) #### What's Changed - test: fill in test coverage by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/release-it-action/pull/31](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/31) - docs: add joshuakgoldberg as a contributor for test by [@&#8203;allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/JoshuaKGoldberg/release-it-action/pull/32](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/32) - fix: prefix release-it with npx by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [https://github.com/JoshuaKGoldberg/release-it-action/pull/148](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/148) **Full Changelog**: JoshuaKGoldberg/release-it-action@v0.2.2...v0.2.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01176f8 commit 6a9a95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- env:
1616
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18-
uses: JoshuaKGoldberg/release-it-action@v0.2.2
18+
uses: JoshuaKGoldberg/release-it-action@b3fd2b4b232338ac09c6ca8b587e6490f968a042 # v0.3.1
1919

2020
name: Release
2121

0 commit comments

Comments
 (0)