Skip to content
Compare
Choose a tag to compare
@halostatue halostatue released this 11 Mar 16:32
v1.5.0

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 to pnpm

  • Switch from prettier to biome.

  • 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.