Skip to content

Latest commit

 

History

History
112 lines (53 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

112 lines (53 loc) · 5.19 KB

Changelog

2.0.0 (2025-03-07)

⚠ BREAKING CHANGES

  • input: rename default-branch input to target-branch
  • input: replaced installation-id input with installation-retrieval-mode
  • output: rename release-please output to raw

Features

  • deps: upgrade release-please-action and github-app-token to latest major versions (4a3aba9)
  • input: rename default-branch input to target-branch (4a3aba9)
  • input: replaced installation-id input with installation-retrieval-mode (4a3aba9)
  • output: rename release-please output to raw (4a3aba9)

1.0.3 (2024-05-13)

Bug Fixes

  • deps: use new name for Google's release please action (#18) (72e49f5)

1.0.2 (2023-05-18)

Bug Fixes

  • action: correct minor typo in action metadata (#14) (f307f17)

1.0.1 (2023-05-08)

Bug Fixes

  • action: set correct action name in action.yml metadata (#10) (322dcdf)

1.0.0 (2023-05-08)

Features

  • release: prepare for v1.0.0 (22f0022)

0.1.1 (2023-05-08)

Features

  • release: rename CI workflow to Release (1139eae)

0.1.0 (2023-05-08)

⚠ BREAKING CHANGES

  • action: Change default manifest path to .github/.release-please-manifest.json.

Features

  • action: change default manifest file path (4d6baa6)

0.0.6 (2023-05-08)

Features

  • release: remove use of GitHub App (b60e27b)

Bug Fixes

  • release: attempt to fix release job permissions (c2d8586)
  • release: remove permissions block (04d3b1e)

0.0.5 (2023-05-07)

Bug Fixes

  • release: actually tag MAJOR (e012dc8)

0.0.4 (2023-05-07)

Bug Fixes

  • release: attempt to sign major and minor tags (77312c1)

0.0.3 (2023-05-07)

Bug Fixes

  • release: use full version in tag annotations (08e227b)

0.0.2 (2023-05-07)

Bug Fixes

  • release: create major and minor version tags (b93407b)

0.0.1 (2023-05-07)

Features

  • action: add action metadata file (a838571)
  • action: shift focus to manifest mode (d0e8444)