Commit Graph
1511 Commits
Author SHA1 Message Date
Mike PenzandGitHub 5d46efec54 - add ability to provide key for cateogry, used for json ('categorized') output 2023-05-25 17:59:11 +00:00
Mike PenzandGitHub be9b53104e - include new categorized output which contains a serialized JSON string with the categorized pull requests 2023-05-19 16:22:11 +00:00
Mike PenzandGitHub 615fcaf15d Merge pull request #1114 from mikepenz/feature/dependency_upgrades_20230519
Dependency upgrades | semver 7.5.1 | https-proxy-agent 6.2.0
2023-05-19 18:20:52 +02:00
Mike PenzandGitHub fa8a70f37a - npm upgrade 2023-05-19 15:59:34 +00:00
Mike PenzandGitHub b23a9d08a2 ```
@octokit/rest              ^19.0.7  →  ^19.0.8
 @types/node                ^20.1.1  →  ^20.2.1
 @typescript-eslint/parser  ^5.59.5  →  ^5.59.6
 https-proxy-agent           ^6.1.0  →   ^6.2.0
 semver                      ^7.5.0  →   ^7.5.1
 webpack                    ^5.82.0  →  ^5.83.1
 ```
2023-05-19 15:56:34 +00:00
Mike PenzandGitHub 700de4bead Merge pull request #1101 from mikepenz/feature/dependency_updates_20230508
Dependency Upgrades | Semver 7.5.0 | https-proxy-agent 6.1.0
2023-05-09 06:28:16 +02:00
Mike PenzandGitHub 6a3ddaf821 ```
@types/node                ^18.16.3  →  ^20.1.1
 @types/semver               ^7.3.13  →   ^7.5.0
 @typescript-eslint/parser   ^5.59.2  →  ^5.59.5
 eslint                      ^8.39.0  →  ^8.40.0
 https-proxy-agent            ^5.0.1  →   ^6.1.0
 webpack                     ^5.81.0  →  ^5.82.0
 ```
2023-05-09 04:19:08 +00:00
Mike PenzandGitHub c50d979cad - use v3 action itself 2023-05-03 20:10:20 +00:00
Mike PenzandGitHub 2b06a6b5ac Merge pull request #1092 from mikepenz/feature/dependency_updates_20230503
Update dependencies | `semver`  7.5.0
2023-05-03 21:42:41 +02:00
Mike PenzandGitHub cf17555f7a ```
@types/jest                  ^29.5.0  →   ^29.5.1
 @types/node                ^18.15.11  →  ^18.16.3
 @typescript-eslint/parser    ^5.57.1  →   ^5.59.2
 eslint                       ^8.38.0  →   ^8.39.0
 prettier                       2.8.7  →     2.8.8
 semver                        ^7.3.8  →    ^7.5.0
 webpack                      ^5.78.0  →   ^5.81.0
 ```
2023-05-03 18:45:22 +00:00
Mike PenzandGitHub 0c2ddea1e6 Merge branch 'zaphiro-technologies-add-pr-number-#1079' into develop 2023-05-03 18:32:05 +00:00
Mike PenzandGitHub 9368ec2457 - rename to exhaustive_rules
- recompile dist
2023-05-03 17:49:57 +00:00
Federico M. Facca d594c56834 revert linter changes 2023-05-03 17:58:12 +02:00
Federico M. Facca 1794edb8f3 add possibility to configure if rules are and/or independently from labels 2023-05-03 17:50:51 +02:00
Federico M. Facca fa8d0100dc add test combining number and status 2023-05-03 16:55:49 +02:00
Federico M. Facca aa0c892e1d fix mapping to string of number value 2023-05-03 15:35:50 +02:00
Federico M. Facca 4da4b3fa8e add number in the list of properties supported for rules 2023-05-03 14:22:34 +02:00
Mike PenzandGitHub a048629d81 Merge pull request #1069 from mikepenz/feature/dependency_updates_20230408
Dev Dependency updates 2023/04/08
2023-04-08 11:33:12 +02:00
Mike PenzandGitHub 2a3ae059ee ```
@types/jest                 ^29.4.0  →    ^29.5.0
 @types/node                ^18.14.1  →  ^18.15.11
 @typescript-eslint/parser   ^5.53.0  →    ^5.57.1
 eslint                      ^8.35.0  →    ^8.38.0
 eslint-plugin-github         ^4.6.1  →     ^4.7.0
 jest                        ^29.4.3  →    ^29.5.0
 jest-circus                 ^29.4.3  →    ^29.5.0
 prettier                      2.8.4  →      2.8.7
 ts-jest                     ^29.0.5  →    ^29.1.0
 typescript                   ^4.9.5  →     ^5.0.4
 webpack                     ^5.75.0  →    ^5.78.0
 ```
2023-04-08 09:22:24 +00:00
Mike PenzandGitHub acf4586844 Merge pull request #1031 from mikepenz/feature/overall_improvements
Overall improvements (and fix array placeholders)
2023-02-26 13:41:01 +01:00
Mike PenzandGitHub 0b85fe15a1 - recompile dist 2023-02-26 12:32:10 +00:00
Mike PenzandGitHub 577ee725b8 - add details about array placeholders
- fix url to rules for categories
2023-02-26 12:31:02 +00:00
Mike PenzandGitHub 6757bebf45 - fix array placeholders are not correctly replaced 2023-02-26 12:15:03 +00:00
Mike PenzandGitHub cad1ca5504 - enhance performance (remove code duplication)
- we can now fetch full reviews, no need to do reviewers individually
- enhanced logging
2023-02-26 12:14:43 +00:00
Mike PenzandGitHub 0ce8384e73 - add additional logs on handling of configs (e.g. identify which config was picked) - outline if no config was picked and defaults are used 2023-02-26 12:13:36 +00:00
Mike PenzandGitHub 6f298fbb86 Merge pull request #1030 from mikepenz/feature/dependency_updates_20230226
Update dependencies
2023-02-26 12:26:38 +01:00
Mike PenzandGitHub 6b686b3769 - update dependencies
```
 @types/node                ^18.14.0  →  ^18.14.1
 @typescript-eslint/parser   ^5.52.0  →   ^5.53.0
 eslint                      ^8.34.0  →   ^8.35.0
 ```
2023-02-26 11:17:33 +00:00
Mike PenzandGitHub aba4666d73 Merge pull request #1029 from mikepenz/feature/more_debug_logs
Introduce additional debug logs
2023-02-26 12:15:02 +01:00
Mike PenzandGitHub 6bf521e144 - introduce additional debug logs 2023-02-26 11:03:59 +00:00
Mike PenzandGitHub dffddcd833 Merge pull request #1024 from mikepenz/feature/dependency_updates_20230218
Upgrade dependencies to latest release
2023-02-18 13:20:42 +01:00
Mike PenzandGitHub aca73df593 - update ci action versions 2023-02-18 12:13:02 +00:00
Mike PenzandGitHub 154988c06c - update test (due to previous PR dropping empty titles) 2023-02-18 12:11:36 +00:00
Mike PenzandGitHub e760678c39 ```
@octokit/rest                ^19.0.5  →   ^19.0.7
 @types/jest                  ^29.2.5  →   ^29.4.0
 @types/node                ^18.11.18  →  ^18.14.0
 @typescript-eslint/parser    ^5.48.0  →   ^5.52.0
 @vercel/ncc                  ^0.36.0  →   ^0.36.1
 eslint                       ^8.31.0  →   ^8.34.0
 eslint-plugin-github          ^4.6.0  →    ^4.6.1
 eslint-plugin-jest           ^27.2.0  →   ^27.2.1
 jest                         ^29.3.1  →   ^29.4.3
 jest-circus                  ^29.3.1  →   ^29.4.3
 prettier                       2.8.1  →     2.8.4
 ts-jest                      ^29.0.3  →   ^29.0.5
 typescript                    ^4.9.4  →    ^4.9.5
 ```
2023-02-18 11:53:55 +00:00
Mike PenzandGitHub 25f2cc82ce Merge branch 'ggiambo-filterEmptyCategoryTitle' into develop 2023-02-18 11:51:43 +00:00
Mike PenzandGitHub 63a38717ce - recompile dist 2023-02-18 11:50:48 +00:00
Mike PenzandGitHub d57383d1e2 Merge branch 'develop' into filterEmptyCategoryTitle 2023-02-18 12:47:35 +01:00
Mike PenzandGitHub 49528fd551 - fix devcontainer 2023-02-15 13:21:08 +01:00
giambo 62a76fe0dc Add category title to changelog only if present; avoid "undefined" if not specified. 2023-01-28 13:05:28 +01:00
Mike PenzandGitHub bce065a878 Merge pull request #1012 from ckdarby/patch-1
Small typo fix
2023-01-25 15:11:05 +01:00
Cory Kennedy-DarbyandGitHub 67b2599a56 Small typo fix 2023-01-25 07:46:50 -05:00
Mike PenzandGitHub 6dc7444800 Merge pull request #997 from mikepenz/feature/category_rules
Introduce `Rule` for categorisations
2023-01-06 11:12:23 +01:00
Mike PenzandGitHub 981b531f21 - ensure to detect if a PR was matched once (e.g. it's not not categorized) 2023-01-06 10:04:01 +00:00
Mike PenzandGitHub d4ccbe1734 - expand README to include the new Rule options 2023-01-06 09:25:45 +00:00
Mike PenzandGitHub 50dd476bd1 - enhance handling for exhaustive matching
- exhaustive will apply on rules and labels alike
- simplify code
- introduce new testcases to check the new behavior
2023-01-06 09:13:30 +00:00
Mike PenzandGitHub f2b16254cf - update compiled code 2023-01-03 17:34:27 +00:00
Mike PenzandGitHub 793329d870 - 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
2023-01-03 17:29:56 +00:00
Mike PenzandGitHub e1556de4c5 Merge pull request #996 from mikepenz/feature/merge_configs
Add support for multi source configuration
2023-01-03 17:13:37 +01:00
Mike PenzandGitHub 96975870c4 - fix tests, require to call mergeConfiguration to apply defaults 2023-01-03 15:57:27 +00:00
Mike PenzandGitHub 77b2076a3f - add support for configs to be provided from file and json
- 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
2023-01-03 15:44:57 +00:00
Mike PenzandGitHub 035f356b99 Merge pull request #995 from mikepenz/feature/readme_20230103
Enhance README details
2023-01-03 11:40:37 +01:00