Skip to content

Commit aa1a7f1

Browse files
authored
Merge pull request #444 from rvsia/release
fix(renderer): fix readme and remove major tags
2 parents faca650 + 56f3f60 commit aa1a7f1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
140140

141141
### Documentation
142142

143-
Please use our [documentation site](https://data-driven-forms.org/). In case of any problem, you can access documentation files directly in GitHub:
144-
145-
- [Documentation pages](packages/react-renderer-demo/src/docs-components/)
146-
- [Form renderer API](packages/react-renderer-demo/src/docs-components/renderer-api.md)
147-
- [Components API](packages/react-renderer-demo/src/docs-components/component-api.md)
148-
- [Components mapping](packages/react-renderer-demo/src/docs-components/component-mapping.md)
149-
- [Field provider](packages/react-renderer-demo/src/docs-components/field-provider.md)
143+
Please use our [documentation site](https://data-driven-forms.org/). In case of any problem, you can access documentation files directly in GitHub.
150144

151145
### Useful links
152146

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@khala/wildcard-release-notes",
7373
{
7474
"patterns": {
75-
"major": "^(major|breaking)\\(",
75+
"major": "^(majormajor|breakingbreaking)\\(",
7676
"minor": "^feat\\(",
7777
"patch": "^(fix|patch)\\("
7878
},
@@ -83,7 +83,7 @@
8383
"@khala/commit-analyzer-wildcard",
8484
{
8585
"patterns": {
86-
"major": "^(major|breaking)\\(",
86+
"major": "^(majormajor|breakingbreaking)\\(",
8787
"minor": "^feat\\(",
8888
"patch": "^(fix|patch)\\("
8989
},

0 commit comments

Comments
 (0)