Skip to content

Releases: pleo-io/spa-tools

v6.1.0

16 Feb 08:24
Compare
Choose a tag to compare

6.1.0 (2023-02-16)

Features

  • Support "master" and "main" as the default branch (#27) (a7622f8)

v6.0.3

13 Jan 12:58
Compare
Choose a tag to compare

6.0.3 (2023-01-13)

Bug Fixes

v6.0.2

11 Jan 18:30
Compare
Choose a tag to compare

6.0.2 (2023-01-11)

Bug Fixes

  • Use GH Hosted Runners, remove mentions of pleo-oss (#23) (37b31bd)

v6.0.1

18 Aug 08:48
Compare
Choose a tag to compare

6.0.1 (2022-08-18)

Bug Fixes

  • Fix version of actions in the workflow (#20) (87c7fd6)

v6.0.0

18 Aug 08:16
Compare
Choose a tag to compare

6.0.0 (2022-08-18)

Features

  • Make "Post Preview URLs" action more generic (#19) (f5fa08f)

BREAKING CHANGES

  • The post preview url actions now takes a JSON definition of links to post

v5.1.0

27 Jul 14:29
Compare
Choose a tag to compare

5.1.0 (2022-07-27)

Features

v5.0.0

27 Jul 13:13
Compare
Choose a tag to compare

5.0.0 (2022-07-27)

Features

  • Get rid of S3 Cache Action (moved to pleo-oss/s3-cache-action) (#17) (97c4836)

BREAKING CHANGES

  • The S3 cache action is no longer available in this repository. Use the standalone
    version available at pleo-oss/s3-cache-action

v4.0.0

05 Jul 16:56
Compare
Choose a tag to compare

4.0.0 (2022-07-05)

Features

  • Switch from passing build_script to passing build_cmd in the build workflow (#16) (4739578)

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

01 Jul 08:30
Compare
Choose a tag to compare

3.1.0 (2022-07-01)

Features

  • Invoke injection script with env variables for bundle dir, env and tree hash (#15) (f88df4b)

v3.0.0

29 Jun 08:38
Compare
Choose a tag to compare

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.