Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 16:56
· 257 commits to main since this release

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