Adopted bobheadxi/deployments as KineticCafe/deployments, mostly to use Node 20 as required by GitHub.
- uses: bobheadxi/deployments@v1
+ uses: KineticCafe/deployments@v1
We recommend using a more specific version tag:
- uses: bobheadxi/deployments@v1
+ uses: KineticCafe/[email protected]
-
Switch from
npm
topnpm
-
Switch from
prettier
tobiome
. -
Upgrade to Typescript 5, @actions/github 6 and other dependencies.
-
Upgraded to use Node 20.
-
Apply bobheadxi#152 to allow required status contexts and
auto merge.Changes were made to make the values cleaner and fix some incorrect
assumptions. -
Apply bobheadxi/deploys#159 to add a warning when
delete-env
fails. -
Remove makefile
-
Add a changelog file.