Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #998

Merged
merged 13 commits into from
Jan 6, 2023
Merged

dev -> main #998

merged 13 commits into from
Jan 6, 2023

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jan 6, 2023

merge dev into main

```
    "@types/jest": "^29.2.5",
    "@types/node": "^18.11.18",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "eslint-plugin-jest": "^27.2.0",
```

Force override:

```
    "json5": "^2.2.3"
```
  - define priority on the config json from YML, followed by file, last with the default value
  - Simplify code by merging configs right away
  - thanks for the suggestion @dtcMLOps
Add support for multi source configuration
  - the rules can be used to match specified `Properties` with a `RegExp` (uses `test`) - to add them into a category
  - This allows more complex changelogs to be constructed, which for example want all `OPEN` PRs in one category
  - exhaustive will apply on rules and labels alike
- simplify code
- introduce new testcases to check the new behavior
Introduce `Rule` for categorisations
@mikepenz mikepenz added the ignore label Jan 6, 2023
@mikepenz mikepenz merged commit da6847f into main Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant