Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2.0.7 (#160)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
| action | patch | `v2.0.6` -> `v2.0.7` |

---

### Release Notes

<details>
<summary>softprops/action-gh-release
(softprops/action-gh-release)</summary>

###
[`v2.0.7`](https://github.com/softprops/action-gh-release/releases/tag/v2.0.7)

[Compare
Source](https://github.com/softprops/action-gh-release/compare/v2.0.6...v2.0.7)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Bug fixes πŸ›

- Fix missing update release body by
[@&#8203;FirelightFlagboy](https://github.com/FirelightFlagboy) in
[https://github.com/softprops/action-gh-release/pull/365](https://github.com/softprops/action-gh-release/pull/365)

##### Other Changes πŸ”„

- Bump
[@&#8203;octokit/plugin-retry](https://github.com/octokit/plugin-retry)
from 4.0.3 to 7.1.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/443](https://github.com/softprops/action-gh-release/pull/443)
- Bump typescript from 4.9.5 to 5.5.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/467](https://github.com/softprops/action-gh-release/pull/467)
- Bump [@&#8203;types/node](https://github.com/types/node) from
20.14.6 to 20.14.8 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/469](https://github.com/softprops/action-gh-release/pull/469)
- Bump [@&#8203;types/node](https://github.com/types/node) from
20.14.8 to 20.14.9 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/473](https://github.com/softprops/action-gh-release/pull/473)
- Bump typescript from 5.5.2 to 5.5.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/472](https://github.com/softprops/action-gh-release/pull/472)
- Bump ts-jest from 29.1.5 to 29.2.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/softprops/action-gh-release/pull/479](https://github.com/softprops/action-gh-release/pull/479)
- docs: document that existing releases are updated by
[@&#8203;jvanbruegge](https://github.com/jvanbruegge) in
[https://github.com/softprops/action-gh-release/pull/474](https://github.com/softprops/action-gh-release/pull/474)

#### New Contributors

- [@&#8203;jvanbruegge](https://github.com/jvanbruegge) made their
first contribution in
[https://github.com/softprops/action-gh-release/pull/474](https://github.com/softprops/action-gh-release/pull/474)
- [@&#8203;FirelightFlagboy](https://github.com/FirelightFlagboy) made
their first contribution in
[https://github.com/softprops/action-gh-release/pull/365](https://github.com/softprops/action-gh-release/pull/365)

**Full Changelog**:
softprops/action-gh-release@v2.0.6...v2.0.7

</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.

πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Jul 17, 2024
1 parent b195054 commit 636ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
scheme: semver
increment: ${{ env.VERSION_INCREMENT }}
- name: Create Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@v2.0.7
id: release
with:
name: Release ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 636ae0b

Please # to comment.