ecf7033397
ci(deps): upgrade to v3 of self to release self ( #24 )
2025-10-24 09:34:12 +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
ba6427cb61
ci(deps): upgrade to v2 of self to release self
2025-03-07 01:09:19 +00:00
8e21350bd9
ci(deps): upgrade to latest actions
2025-03-07 00:57:14 +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
9c79e61e2c
ci(release): switch back to stable version of self for release job
2024-05-13 10:13:47 +01:00
72e49f5d6f
fix(deps): use new name for Google's release please action ( #18 )
2024-05-13 10:06:22 +01:00
09a0ac2e59
ci(release): run release-please through a GitHub App ( #15 )
2023-05-19 00:45:29 +01:00
5ce2d33d70
ci(docs): add job to verify generated docs in readme are up to date
2023-05-19 00:30:08 +01:00
1139eaec31
feat(release): rename CI workflow to Release
2023-05-08 01:51:38 +01:00
04d3b1edbb
fix(release): remove permissions block
...
Instead lets set permissions in repository settings and see if that
works without the permissions settings in the workflow.
2023-05-08 01:07:55 +01:00
c2d85862fd
fix(release): attempt to fix release job permissions
...
It seems the "pull-request: write" permission on the job did not work.
So we are now setting permissions at the workflow level
2023-05-08 01:06:44 +01:00
b60e27befe
feat(release): remove use of GitHub App
...
We don't currently have any CI checks to run on pull requests, so
there's no need to author Release PRs from an app.
2023-05-08 00:57:10 +01:00
e012dc88b9
fix(release): actually tag MAJOR
2023-05-08 00:44:56 +01:00
77312c11a9
fix(release): attempt to sign major and minor tags
2023-05-08 00:38:46 +01:00
08e227b305
fix(release): use full version in tag annotations
2023-05-07 22:39:31 +01:00
b93407b78f
fix(release): create major and minor version tags
...
This should hopefully fix the 403 errors we got previously.
2023-05-07 22:30:55 +01:00
be4a021c16
ci(release): add steps to update major and minor tags
2023-05-07 22:21:25 +01:00
e241f0f96c
ci(release): setup release-please
2023-05-07 21:58:37 +01:00