Skip to content

Releases: mislav/bump-homebrew-formula-action

bump-homebrew-formula-action 3.1

29 Sep 16:27
b332711
Compare
Choose a tag to compare

What's Changed

  • Fix calculating checksum for resource at download URL by @mislav in #77
  • Bump @octokit/request-error from 5.0.0 to 5.0.1 by @dependabot in #71
  • Bump @octokit/core from 5.0.0 to 5.0.1 by @dependabot in #75
  • Bump eslint from 8.49.0 to 8.50.0 by @dependabot in #74
  • Bump @octokit/plugin-rest-endpoint-methods from 9.0.0 to 10.0.0 by @dependabot in #72

Full Changelog: v3.0...v3.1

bump-homebrew-formula 3.0

20 Sep 16:40
581d1a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4...v3.0

bump-homebrew-formula 2.4

20 Sep 15:54
9d4d820
Compare
Choose a tag to compare

What's Changed

  • chore: use /archive/refs/tags/${tagName}.tar.gz rather than /archive/${tagName}.tar.gz by @chenrui333 in #53
  • Fix extracting version tags from GitHub download URLs by @mislav in #62

Full Changelog: v2.3...v2.4

bump-homebrew-formula 2.3

12 Sep 14:42
d9e38dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.3

bump-homebrew-formula 2.2

31 Jan 00:57
a1aa5ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.2

bump-homebrew-formula 2.1

23 Jun 15:41
Compare
Choose a tag to compare
  • Fix extracting complex tag names from GitHub archive and release download URLs #37

bump-homebrew-formula 2.0

03 May 14:54
Compare
Choose a tag to compare

What's Changed

New Contributors

bump-homebrew-formula 1.16

27 Dec 09:32
Compare
Choose a tag to compare

bump-homebrew-formula 1.14

23 Dec 15:13
Compare
Choose a tag to compare
  • Ignore HTTP 409 error when fast-forwading the main branch of homebrew-tap fork

bump-homebrew-formula 1.13

21 Dec 04:06
Compare
Choose a tag to compare
  • Add create-pullrequest input to control whether or not a PR is submitted to homebrew-tap
  • Add download-sha256 input to define the SHA256 checksum of the archive at download-url
  • Fix creating a new branch in the forked repo failing with HTTP 404