Skip to content

Commit e640e00

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.0...v4.0.0) (2022-07-05) ### Features * Switch from passing build_script to passing build_cmd in the build workflow ([#16](#16)) ([4739578](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
1 parent 4739578 commit e640e00

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/pleo-oss/pleo-spa-cicd/compare/v3.1.0...v4.0.0) (2022-07-05)
2+
3+
4+
### Features
5+
6+
* Switch from passing build_script to passing build_cmd in the build workflow ([#16](https://github.com/pleo-oss/pleo-spa-cicd/issues/16)) ([4739578](https://github.com/pleo-oss/pleo-spa-cicd/commit/473957859311558fb8c1649c9cd53872d2940b58))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The reusable build workflow now requires to pass a build_cmd input
12+
which is the entire command ran to build the deployable app bundle. This replaces the
13+
previous build_script input which assumed using a script defined in package.json
14+
15+
* docs: Slight clarification in docs
16+
117
# [3.1.0](https://github.com/pleo-oss/pleo-spa-cicd/compare/v3.0.0...v3.1.0) (2022-07-01)
218

319

0 commit comments

Comments
 (0)