Releases: pleo-io/spa-tools
v6.1.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
v5.1.0
v5.0.0
v4.0.0
4.0.0 (2022-07-05)
Features
BREAKING CHANGES
-
The reusable build workflow now requires to pass a build_cmd input
which is the entire command ran to build the deployable app bundle. This replaces the
previous build_script input which assumed using a script defined in package.json -
docs: Slight clarification in docs
v3.1.0
v3.0.0
3.0.0 (2022-06-29)
Features
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.