You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix/85 wrong type used in chapters definition (#122)
* #85 - Wrong type used in chapters definition
- Implemented yaml array type as input ofr chapters.
- New library in project dependencies.
- Change format of input from json string to yaml array.
Copy file name to clipboardExpand all lines: README.md
+21-17
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Generate Release Notes action is dedicated to enhance the quality and organizati
51
51
-**Required**: Yes
52
52
53
53
### `chapters`
54
-
-**Description**: A JSON string defining chapters and corresponding labels for categorization. Each chapter should have a title and a label matching your GitHub issues and PRs.
54
+
-**Description**: An YAML array defining chapters and corresponding labels for categorization. Each chapter should have a title and a label matching your GitHub issues and PRs.
55
55
-**Required**: Yes
56
56
57
57
### `row-format-issue`
@@ -140,12 +140,11 @@ Add the following step to your GitHub workflow (in example are used non-default
0 commit comments