splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
558 stars 176 forks source link

Bump ncipollo/release-action from 1.8.3 to 1.11.1 #902

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ncipollo/release-action from 1.8.3 to 1.11.1.

Release notes

Sourced from ncipollo/release-action's releases.

v1.11.1

Fixes artifact glob issue for windows machines.

Full Changelog: https://github.com/ncipollo/release-action/compare/v1.11.0...v1.11.1

v1.11.0

#219 Add action input updateOnlyUnreleased. This will fail updates to releases which are not draft or prerelease.

1.10.1

Update node version & dependencies.

v1.10.0

  • Adds omitDraftDuringUpdate. This property allows you to avoid moving a release back to a draft if it's already been promoted to being a public (non-draft) release.
  • Dependency updates (fixes for security bulletins & general updates)

v1.9.0

Adds support for generate_release_notes.

v1.8.10

  • Update removeArtifacts logic so it runs even if you have no artifacts defined in the action.
  • Security and dependency updates.

v1.8.9

Adds the removeArtifacts input which will remove all exiting artifacts before uploading new ones.

v1.8.8

The token input will now default to github.token if it's omitted (#104).

v1.8.7

  • Update dependencies.
  • Add option to ignore prerelease on update (#96)

v1.8.6

Add artifact validation which check to ensure it's not a directory

v1.8.5

Adds action outputs (release id, http url, and upload url).

v1.8.4

Adds pagination to the list assets call, so the action will no longer fail to update if there are > 30 assets. Thanks @​ph1ll !

Commits
  • 4c75f0f v1.11.1 release
  • b072aaa update debug build
  • f3ea29d Fixes #262 normalize artifact paths
  • 889eb27 Fixes #261 Correctly set default on updateOnlyUnreleased
  • 5b3ed26 Fixes #219 Add argument to allow only updating drafts and prereleases
  • fc32419 Updating dependencies 10/02/2022
  • 7018cf7 Bump @​actions/core from 1.9.1 to 1.10.0 (#258)
  • c0a948e Bump @​types/node from 18.0.0 to 18.7.23 (#255)
  • 64d30d3 Bump @​actions/github from 5.0.3 to 5.1.1 (#259)
  • 0776e82 Bump @​types/glob from 7.2.0 to 8.0.0 (#249)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.