dogmatiq / repos

Terraform configuration for managing Dogmatiq Git repositories.
MIT License
0 stars 0 forks source link

Bump ghalactic/github-release-from-tag from 4 to 5 #27

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ghalactic/github-release-from-tag from 4 to 5.

Release notes

Sourced from ghalactic/github-release-from-tag's releases.

v5

This tag currently points to v5.0.0

v5.0.0

Changed

  • This action now runs on the node20 runner instead of node16. If you are using this action on GitHub Enterprise Server, you will need to ensure your runners support node20 before upgrading to this version.

v4.2.0

Changed

  • Reverted the v4 version of this action to run on Node.js 16.x instead of 20.x. The switch to 20.x was causing issues with GitHub Enterprise Server users who don't have support for node20 runners yet. A v5 version of this action will be released shortly that will run on Node.js 20.x.

v4.1.3

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.2

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.1

Fixed

  • Fixed internal GitHub Actions shared workflow permissions issues. No effect on the action itself.

v4.1.0

Changed

  • This action now runs on Node.js 20.x instead of 16.x.

v4.0.1

... (truncated)

Changelog

Sourced from ghalactic/github-release-from-tag's changelog.

Migrating from v3 to v4

  • Update the uses value from eloquent/github-release-action@v3 to ghalactic/github-release-from-tag@v4.
  • Rename any configuration files from .github/release.eloquent.yml to .github/github-release-from-tag.yml.

Backwards-compatibility breaks

  • Configuration files must now be located at .github/github-release-from-tag.yml.

Changed

  • The repo was moved to ghalactic/github-release-from-tag.

v3.2.1 - 2023-05-14

Other

  • Converted to TypeScript.

v3.2.0 - 2023-04-06

Improved

  • Switched from Docker to Node.js runtime for faster startup times.
  • Added @octokit/plugin-retry to improve resilience against transient network issues.

v3.1.4 - 2023-02-06

Fixed

  • Fixed Git "dubious ownership" error that occurs due to the way GitHub Actions sets up ownership of the workspace directory. This action now explicitly adds the workspace directory to Git's list of "safe" directories to avoid the error.

... (truncated)

Commits


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 show 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)