Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 08:38
· 261 commits to main since this release

3.0.0 (2022-06-29)

Features

  • Inversion of control for how injecting config works in deploy workflow (#14) (fe4edba)

BREAKING CHANGES

  • Instead of passing a boolean input called "apply_config" that
    would cause the deploy workflow to run a predefined script in package.json, we
    now allow the workflow consumer to pass the entire command, including the
    paramaters in order and fashion that fits the usecase best.
    This allows to pass additional arguments to those scripts, not related to
    cursor deployment, without the deploy workflow needing to support them explicitly.

  • docs: Fix wording in readme

  • feat: Adds bundle_dir input to the deploy workfow

bundle_dir allows to specify where the directory where the bundle should be unpacked.
This is especially relevant for the script that injects the configuration.