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

Introduce Rule for categorisations #997

Merged
merged 5 commits into from Jan 6, 2023
Merged

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jan 6, 2023

  • introduce new rules for the Category
    • 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
  • enhance handling for exhaustive matching
    • exhaustive will apply on rules and labels alike
  • simplify code
  • introduce new testcases to check the new behaviour

  - 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
@mikepenz mikepenz merged commit 6dc7444 into develop Jan 6, 2023
@mikepenz mikepenz deleted the feature/category_rules branch February 15, 2023 12:35
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