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

Commits on Jan 3, 2023

  1. - 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
    mikepenz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    793329d View commit details
    Browse the repository at this point in the history
  2. - update compiled code

    mikepenz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f2b1625 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. - enhance handling for exhaustive matching

      - exhaustive will apply on rules and labels alike
    - simplify code
    - introduce new testcases to check the new behavior
    mikepenz committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    50dd476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ccbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    981b531 View commit details
    Browse the repository at this point in the history