Skip to content

Commit b735cb1

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.0...v3.0.0) (2022-06-29) ### Features * Inversion of control for how injecting config works in deploy workflow ([#14](#14)) ([fe4edba](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.
1 parent fe4edba commit b735cb1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [3.0.0](https://github.com/pleo-oss/pleo-spa-cicd/compare/v2.1.0...v3.0.0) (2022-06-29)
2+
3+
4+
### Features
5+
6+
* Inversion of control for how injecting config works in deploy workflow ([#14](https://github.com/pleo-oss/pleo-spa-cicd/issues/14)) ([fe4edba](https://github.com/pleo-oss/pleo-spa-cicd/commit/fe4edbad406ac3920f5e26a31b7bd56186dd1625))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Instead of passing a boolean input called "apply_config" that
12+
would cause the deploy workflow to run a predefined script in package.json, we
13+
now allow the workflow consumer to pass the entire command, including the
14+
paramaters in order and fashion that fits the usecase best.
15+
This allows to pass additional arguments to those scripts, not related to
16+
cursor deployment, without the deploy workflow needing to support them explicitly.
17+
18+
* docs: Fix wording in readme
19+
20+
* feat: Adds `bundle_dir` input to the deploy workfow
21+
22+
`bundle_dir` allows to specify where the directory where the bundle should be unpacked.
23+
This is especially relevant for the script that injects the configuration.
24+
125
# [2.1.0](https://github.com/pleo-oss/pleo-spa-cicd/compare/v2.0.0...v2.1.0) (2022-06-03)
226

327

0 commit comments

Comments
 (0)