File tree Expand file tree Collapse file tree 3 files changed +315
-285
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
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+
815## v0.7.0 - 2023-09-08
916
1017### Added
@@ -26,6 +33,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2633- ` allowedScopes: [xxx] ` configuration will now be ignored and needs to be replaced with
2734 ` validations: [{ scopes: [xxx] }] ` .
2835
36+ - ` validation: yyy ` configuration will now be ignored and needs to be replaced with
37+ ` validations: [{ regex: yyy }] ` .
38+
2939### Fixed
3040
3141- re-work pipelines to separate main branch and pr-voter status
You can’t perform that action at this time.
0 commit comments