File tree 3 files changed +315
-285
lines changed
3 files changed +315
-285
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v0.7.1 - 2023-09-13
9
+
10
+ ### Fixed
11
+
12
+ - cds-plugin integration now works for projects that run ` cds build --production ` and only use the resulting
13
+ ` csn.json ` at runtime.
14
+
8
15
## v0.7.0 - 2023-09-08
9
16
10
17
### Added
@@ -26,6 +33,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
33
- ` allowedScopes: [xxx] ` configuration will now be ignored and needs to be replaced with
27
34
` validations: [{ scopes: [xxx] }] ` .
28
35
36
+ - ` validation: yyy ` configuration will now be ignored and needs to be replaced with
37
+ ` validations: [{ regex: yyy }] ` .
38
+
29
39
### Fixed
30
40
31
41
- re-work pipelines to separate main branch and pr-voter status
You can’t perform that action at this time.
0 commit comments