Commit Graph

18 Commits

Author SHA1 Message Date
368587e2e3 docs(readme): improve project description for clarity (#25) 2025-10-24 10:10:36 +01:00
jimehbot[bot]
84f33fd282 chore(main): release 3.0.0 (#23)
Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
2025-10-24 08:21:33 +01:00
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
jimehbot[bot]
bfd8923580 chore(main): release 2.0.0 (#21)
Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
Co-authored-by: Jim Myhrberg <contact@jimeh.me>
2025-03-07 01:07:34 +00: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
f307f175b9 fix(action): correct minor typo in action metadata (#14) 2023-05-19 00:47:10 +01:00
github-actions[bot]
38d93f4a8a chore(main): release 1.0.0 (#9) 2023-05-08 02:06:18 +01:00
48a1ac7188 docs(readme): update features list and examples intro 2023-05-08 01:46:41 +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
8634e410ba docs(readme): remove permissions directive from examples 2023-05-08 01:10:40 +01:00
a056b80ec3 docs(readme): update examples 2023-05-08 00:57:10 +01:00
2d86b2afb6 docs(readme): fix action name in examples 2023-05-07 21:57:16 +01:00
197ca89529 docs(readme): fully flesh out readme 2023-05-07 21:19:23 +01:00
d0e8444bb4 feat(action): shift focus to manifest mode 2023-05-07 20:52:22 +01:00
88abcb8dc6 docs(readme): add todo and examples sections 2023-05-05 01:29:06 +01:00
61b33c7911 docs(readme): add basic readme 2023-05-05 00:10:03 +01:00