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
just dont check previous, add another validation check (#36)
* just dont check previous, add another validation check
* add period
* fix array.from brackets
* didnt get strictLatest, remove option
* add tests, order check, many unreleased (disallowed) check
* clarify, must be valid for greater than
| filename |`'CHANGELOG.md'`| File with changelogs. |
34
-
| strictLatest |`true`| Entry of latest version must be present in order to get correct changelog. Set this option to `false` if you expect latest version without logs. |
35
34
| addUnreleased |`false`| It leaves "Unreleased" title row if set to `true`. |
36
35
| keepUnreleased |`false`| It leaves "Unreleased" title row unchanged if set to `true`. |
37
36
| addVersionUrl |`false`| Links the version to the according changeset. Uses GitHub-compatible URLs by default, see other options to configure the URL format. |
0 commit comments