Skip to content

Releases: MetaMask/action-publish-release

2.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Oct 19:45
cab8253

Changed

  • Bump actions, removing deprecation warning (#53)
  • Get version and repository info from package.json, improving compatibility with forked repositories. (#49)

2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:30
a884600

Changed

  • BREAKING: Use the version in package.json to determine the release version instead of the name of the release branch (#46)
    • Projects that use this action should no longer pass a release-branch-prefix input. Additionally, they should make sure that when a release branch is merged, the version of the package (or root package in the case of a monorepo) is updated to the desired release version.

1.0.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:29
7279ba5

Changed

  • Bump @metamask/auto-changelog from 2.3.0 to 2.4.0 (#34)

1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 01:37
1d55b3c

Changed

  • Improve usage documentation (#30)

Fixed

  • Error logging on Action failure (#31)

1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:48
a659cdf

Added

  • release-version output (#28)
    • This outputs the version of the GitHub release, once it has been created.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:12
ee5ffc7

Uncategorized

  • First stable release

Changed

Fixed

  • Faulty usage instructions in readme (#21)

0.1.0

Choose a tag to compare

@rekmarks rekmarks released this 29 May 02:34
5a7b2f2

Changed

0.0.7

Choose a tag to compare

@github-actions github-actions released this 28 May 18:55
e809b29

Changed

  • (BREAKING) Change release branch prefix from 'release-v' to 'automation_release-' (#12)
  • Use @lavamoat/allow-scripts for dependency lifecycle scripts (#11)

Fixed

  • Changelog updating in monorepos and repositories with merge commits (#10)

0.0.6

Choose a tag to compare

@rekmarks rekmarks released this 27 May 21:10
f210b55

Changed

  • Strip changelog release headers from release notes (#8)

0.0.5

Choose a tag to compare

@rekmarks rekmarks released this 27 May 19:34
116666c

Changed

  • (BREAKING) Output release notes to an environment variable (#6)
    • They were previously output to an Action output.