Commit Graph

10 Commits

Author SHA1 Message Date
d822d979e9 feat(deps): migrate to actions/create-github-app-token (#22)
Replace deprecated `tibdex/github-app-token` action with the 
new and official `actions/create-github-app-token` action.

This required removing numerous token related inputs for the action, as 
the new action does not support the same sets of inputs.

BREAKING CHANGE: Removed various app token related inputs not available 
in new underlying action. Please see updated list of inputs in README.
2025-10-24 08:16:17 +01:00
4a3aba93da chore(deps): upgrade release-please-action and github-app-token to latest major versions (#20) 2025-03-07 00:46:04 +00:00
e774497e31 Revert "wip: test upgrading to latest versions of dependencies which include breaking changes"
This reverts commit 0b17a543d3.
2025-03-06 01:40:22 +00:00
0b17a543d3 wip: test upgrading to latest versions of dependencies which include breaking changes 2025-03-06 01:38:39 +00:00
72e49f5d6f fix(deps): use new name for Google's release please action (#18) 2024-05-13 10:06:22 +01:00
f307f175b9 fix(action): correct minor typo in action metadata (#14) 2023-05-19 00:47:10 +01:00
322dcdf56e fix(action): set correct action name in action.yml metadata (#10) 2023-05-08 02:18:34 +01:00
4d6baa6f81 feat(action)!: change default manifest file path
Brings this action more inline with the upstream action, by keeping the
config and manifest filenames identical, and simply moving them into the
".github" directory.

BREAKING CHANGE: Change default manifest path to `.github/.release-please-manifest.json`.
2023-05-08 01:22:13 +01:00
d0e8444bb4 feat(action): shift focus to manifest mode 2023-05-07 20:52:22 +01:00
a83857102d feat(action): add action metadata file 2023-05-05 00:52:06 +01:00