Skip to content

Commit

Permalink
chore: Bump softprops/action-gh-release from 1 to 2 (#257)
Browse files Browse the repository at this point in the history
Bumps softprops/action-gh-release from 1 to 2.

Release notes
Sourced from softprops/action-gh-release's releases.

v2.0.0

update actions.yml declaration to node20 to address warnings




Changelog
Sourced from softprops/action-gh-release's changelog.

0.1.12

fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls #144




Commits

d99959e prep release
0e39c67 make pattern error opt in (#417)
20e085c kick off 2.0.1 release
9f5c4d3 update changelog
0bea76b Add support for make_latest property (#304)
762fe13 typo in changelog
c0f2569 remove unused script
5743e06 update changelog
fe71fd3 Don't swallow errors (#384)
9150ab1 rebuild and update changelog
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent b5ee633 commit 38047aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tag: ${{ env.REVISION }}
- name: Release
if: steps.should_publish.outputs.update == 'true'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
Expand Down

0 comments on commit 38047aa

Please sign in to comment.