Skip to content

Commit 7a2805d

Browse files
chore(deps): update joshuakgoldberg/release-it-action action to v0.4.0 (#2459)
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.3.1` → `v0.4.0` | --- ### Release Notes <details> <summary>JoshuaKGoldberg/release-it-action (JoshuaKGoldberg/release-it-action)</summary> ### [`v0.4.0`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.5...v0.4.0) #### What's Changed - fix(deps): update dependency [@&#8203;actions/core](https://redirect.github.com/actions/core) to v2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;725](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/725) - fix: add support for trusted publishing by [@&#8203;michaelfaith](https://redirect.github.com/michaelfaith) in [#&#8203;741](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/741) #### New Contributors - [@&#8203;michaelfaith](https://redirect.github.com/michaelfaith) made their first contribution in [#&#8203;741](https://redirect.github.com/JoshuaKGoldberg/release-it-action/pull/741) **Full Changelog**: <JoshuaKGoldberg/release-it-action@v0.3.5...v0.4.0> ### [`v0.3.5`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.5) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.4...v0.3.5) ##### Bug Fixes - empty commit to bump new patch version with built dist/ ([fe107a4](https://redirect.github.com/JoshuaKGoldberg/release-it-action/commit/fe107a4b694fcfc30d674ef2d456d16e3d826be9)) ### [`v0.3.4`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.4) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.3...v0.3.4) ##### Bug Fixes - bump should-semantic-release to 0.3.5 ([#&#8203;694](https://redirect.github.com/JoshuaKGoldberg/release-it-action/issues/694)) ([140c195](https://redirect.github.com/JoshuaKGoldberg/release-it-action/commit/140c19546aa7b6a6a026e2af1d6af7b5267ecee5)), closes [#&#8203;693](https://redirect.github.com/JoshuaKGoldberg/release-it-action/issues/693) ### [`v0.3.3`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.3) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.2...v0.3.3) ##### Bug Fixes - **deps:** update dependency node to v24 ([#&#8203;682](https://redirect.github.com/JoshuaKGoldberg/release-it-action/issues/682)) ([67abfe6](https://redirect.github.com/JoshuaKGoldberg/release-it-action/commit/67abfe6d077a19020f1d7ff14e0a3827695a9f5a)) ### [`v0.3.2`](https://redirect.github.com/JoshuaKGoldberg/release-it-action/releases/tag/v0.3.2) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/release-it-action/compare/v0.3.1...v0.3.2) ##### Bug Fixes - bump to create-typescript-app\@&#8203;2 with transitions action ([#&#8203;479](https://redirect.github.com/JoshuaKGoldberg/release-it-action/issues/479)) ([cb1e69a](https://redirect.github.com/JoshuaKGoldberg/release-it-action/commit/cb1e69a2e3d5714d41858bbf55fee15604466ce9)), closes [#&#8203;477](https://redirect.github.com/JoshuaKGoldberg/release-it-action/issues/477) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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/TypeStat). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fd1ce5 commit 7a2805d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- env:
1515
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1616
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17-
uses: JoshuaKGoldberg/release-it-action@b3fd2b4b232338ac09c6ca8b587e6490f968a042 # v0.3.1
17+
uses: JoshuaKGoldberg/release-it-action@8ee87d0d30f97b452ef5d8aa9f4d0490eed439aa # v0.4.0
1818

1919
name: Release
2020

0 commit comments

Comments
 (0)