Mike Penz and GitHub
da6847f9fd
Merge pull request #998 from mikepenz/develop
...
dev -> main
2023-01-06 11:19:40 +01:00
Mike Penz and GitHub
6dc7444800
Merge pull request #997 from mikepenz/feature/category_rules
...
Introduce `Rule` for categorisations
2023-01-06 11:12:23 +01:00
Mike Penz and GitHub
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 Penz and GitHub
d4ccbe1734
- expand README to include the new Rule options
2023-01-06 09:25:45 +00:00
Mike Penz and GitHub
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 Penz and GitHub
f2b16254cf
- update compiled code
2023-01-03 17:34:27 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
96975870c4
- fix tests, require to call mergeConfiguration to apply defaults
2023-01-03 15:57:27 +00:00
Mike Penz and GitHub
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 Penz and GitHub
035f356b99
Merge pull request #995 from mikepenz/feature/readme_20230103
...
Enhance README details
2023-01-03 11:40:37 +01:00
Mike Penz and GitHub
f9b1b7a023
- Enhance README details
...
- Related to https://github.com/mikepenz/release-changelog-builder-action/issues/989#issuecomment-1369592892
2023-01-03 10:34:33 +00:00
Mike Penz and GitHub
289e97d1fa
Merge pull request #994 from mikepenz/feature/dependency_upgrades_20230103
...
Upgrade dev dependencies
2023-01-03 11:19:16 +01:00
Mike Penz and GitHub
333510f658
- upgrade dev dependencies
...
```
"@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"
```
2023-01-03 09:53:46 +00:00
Mike Penz and GitHub
d0814e580b
Merge pull request #976 from mikepenz/develop
...
dev -> main
2022-12-09 16:12:41 +01:00
Mike Penz and GitHub
d4b41f0c90
Merge pull request #961 from mikepenz/feature/retrieve_reviews
...
Support to include review comments in the target PR template
2022-12-09 16:03:39 +01:00
Mike Penz and GitHub
e0b335b098
- add ability to trim values prior to inserting them in templates
2022-12-09 14:55:28 +00:00
Mike Penz and GitHub
27d0a0a53c
- update replacement logic for array and comment types (fix cleanup if no match)
...
- adjust style definition - 140 line length
2022-12-09 14:09:40 +00:00
Mike Penz and GitHub
3e744d00f1
- update README
2022-12-09 13:30:31 +00:00
Mike Penz and GitHub
24f4e30f9f
- introduce proper configuration for fetchReviews
...
- drop no longer needed limiting of PRs
- retrieve state from PR review comment
2022-12-09 13:29:06 +00:00
Mike Penz and GitHub
2fe056f840
- optimize performance by respecting the max_pull_request setting for fetching PRs via the API already
2022-12-09 13:03:23 +00:00
Mike Penz and GitHub
5c9a6d23c2
- limit final pull requests based on the defined max_pull_requests count
2022-12-09 13:03:23 +00:00
Mike Penz and GitHub
38aabea998
- add capability to fetch review comments and use them as part of the target template
...
- allow array syntax to be used as part of reviewers, approvers, assignees
2022-12-09 13:03:23 +00:00
Mike Penz and GitHub
6846cd4c4f
Merge pull request #974 from mikepenz/feature/dependency_updates_20221209
...
Update node dependencies
2022-12-09 14:02:53 +01:00
Mike Penz and GitHub
7c5ca75c6a
- update dependencies
...
```
@types/jest ^29.2.3 → ^29.2.4
@types/node ^18.11.9 → ^18.11.12
@typescript-eslint/parser ^5.44.0 → ^5.46.0
@vercel/ncc ^0.34.0 → ^0.36.0
eslint ^8.28.0 → ^8.29.0
eslint-plugin-github ^4.4.1 → ^4.6.0
eslint-plugin-jest ^27.1.5 → ^27.1.6
prettier 2.8.0 → 2.8.1
typescript ^4.9.3 → ^4.9.4
```
2022-12-09 12:54:27 +00:00
Mike Penz and GitHub
5515e13be6
Merge pull request #973 from mikepenz/fix/965
...
Fix `undefined` for `match` regex
2022-12-09 13:53:46 +01:00
Mike Penz and GitHub
7885e80a58
- fix undefined for match regex
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/965
2022-12-09 12:46:07 +00:00
Mike Penz and GitHub
309a123e6e
Merge pull request #972 from mxcl/patch-1
...
Use the default `github.token`
2022-12-08 20:59:24 +01:00
Max Howell and GitHub
994e6e1f47
Use the default github.token
2022-12-08 15:42:04 -04:00
Mike Penz and GitHub
6e238ad569
Update README.md
...
- be more explicit on outlining the outlined configuration in the README being an example, vs the defaults being specified in the `configuration.ts` file
2022-11-30 10:28:52 +01:00
Mike Penz and GitHub
699dc63f29
Merge pull request #960 from mikepenz/feature/dev_container
...
DevContainer support
2022-11-29 14:49:03 +01:00
Mike Penz and GitHub
e8eefb51f8
- introduce a .devcontainer.json config with node 16
2022-11-29 13:35:54 +00:00
Mike Penz and GitHub
42ead20f22
Merge pull request #957 from mikepenz/feature/dependency_updates_20221124
...
Update to latest stable dependency releases
2022-11-24 09:39:01 +01:00
Mike Penz and GitHub
684e7f5b0c
- update dependencies to latest stable release
...
```
@types/jest ^29.1.2 → ^29.2.3
@types/node ^18.11.0 → ^18.11.9
@types/semver ^7.3.12 → ^7.3.13
@typescript-eslint/parser ^5.40.0 → ^5.44.0
eslint ^8.25.0 → ^8.28.0
eslint-plugin-github ^4.4.0 → ^4.4.1
eslint-plugin-jest ^27.1.2 → ^27.1.5
jest ^29.2.0 → ^29.3.1
jest-circus ^29.2.0 → ^29.3.1
prettier 2.7.1 → 2.8.0
typescript ^4.8.4 → ^4.9.3
webpack ^5.74.0 → ^5.75.0
```
2022-11-24 08:33:24 +00:00
Mike Penz and GitHub
a6290d6ee0
Merge pull request #943 from mikepenz/feature/939
...
Introduce additional logs to identify PR filtering
2022-10-27 17:12:59 +02:00
Mike Penz
2800a9dd18
- introduce more lgos to better identify when PRs are filtered out
...
- Related to: https://github.com/mikepenz/release-changelog-builder-action/issues/939
2022-10-27 17:02:32 +02:00
Mike Penz and GitHub
d77f10180b
Merge pull request #933 from mikepenz/feature/929
...
Differentiate between no match vs equal content for transformers
2022-10-27 17:00:39 +02:00
Mike Penz
6d479c1d5a
- format and recompile dist
2022-10-19 17:34:04 +02:00
Mike Penz
727fe7d827
- differentiate full match vs no match by checking the regex match when filling the placeholders
...
- This means that transforms which don't match to function as before, but also offers the flexibility if a match results in the equal content as the original to be handled properly
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/929
2022-10-19 17:29:01 +02:00
Mike Penz and GitHub
3a70419f3c
Merge pull request #926 from mikepenz/develop
...
dev -> main
2022-10-17 14:54:56 +02:00
Mike Penz and GitHub
b1d24502f1
Merge pull request #925 from mikepenz/feature/dependency_upgrades_20221017
...
Upgrade dependencies | `@actions/core` 1.10.0 | `@actions/github` 5.1.1
2022-10-17 14:47:59 +02:00
Mike Penz and GitHub
ba6b2fdc87
- upgrade dependencies
...
```
@actions/core ^1.9.1 → ^1.10.0
@actions/github ^5.0.3 → ^5.1.1
@octokit/rest ^19.0.4 → ^19.0.5
@types/jest ^28.1.8 → ^29.1.2
@types/node ^18.7.13 → ^18.11.0
@typescript-eslint/parser ^5.35.1 → ^5.40.0
eslint ^8.22.0 → ^8.25.0
eslint-plugin-github ^4.3.7 → ^4.4.0
eslint-plugin-jest ^26.8.7 → ^27.1.2
jest ^28.1.3 → ^29.2.0
jest-circus ^28.1.3 → ^29.2.0
semver ^7.3.7 → ^7.3.8
ts-jest ^28.0.8 → ^29.0.3
typescript ^4.8.2 → ^4.8.4
```
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/924
2022-10-17 12:42:14 +00:00
Mike Penz and GitHub
ce424f3601
Merge pull request #909 from svengeance/patch-1
...
Fix custom test case TS file by supplying the correct number of arguments to ReleaseNotesBuilder
2022-10-07 09:34:25 +02:00
Sven and GitHub
c443ceba19
Fix custom test case TS file by supplying the correct number of arguments to ReleaseNotesBuilder
2022-09-30 14:40:13 -05:00
Mike Penz and GitHub
04630da780
Merge pull request #881 from mikepenz/feature/dependency_updates_20220826
...
Update dependencies
2022-08-26 11:03:19 +02:00
Mike Penz and GitHub
a7d59ecef0
Merge pull request #880 from mikepenz/feature/no_proxy
...
Support `NO_PROXY` env config
2022-08-26 10:58:57 +02:00
Mike Penz and GitHub
27d94d81f6
- update dependencies
...
```
Package Current Wanted Latest Location Depended by
@types/jest 28.1.7 28.1.8 28.1.8 node_modules/@types/jest release-changelog-builder-action
@types/node 18.7.6 18.7.13 18.7.13 node_modules/@types/node release-changelog-builder-action
@typescript-eslint/parser 5.33.1 5.35.1 5.35.1 node_modules/@typescript-eslint/parser release-changelog-builder-action
eslint-plugin-jest 26.8.3 26.8.7 26.8.7 node_modules/eslint-plugin-jest release-changelog-builder-action
jest 28.1.3 28.1.3 29.0.0 node_modules/jest release-changelog-builder-action
jest-circus 28.1.3 28.1.3 29.0.0 node_modules/jest-circus release-changelog-builder-action
typescript 4.7.4 4.8.2 4.8.2 node_modules/typescript release-changelog-builder-action
```
2022-08-26 08:56:08 +00:00
Mike Penz and GitHub
aa57d8638c
- recompile dist
2022-08-26 08:52:21 +00:00
Mike Penz and GitHub
8fcad8a0a0
- add support for NO_PROXY setup
...
- Based on https://github.com/tillganster/create-pull-request/blob/f9980167df95c66e46f8a787ae951954cb5cfc6d/src/octokit-client.ts
2022-08-26 08:51:46 +00:00
Mike Penz and GitHub
73cfc0ab54
Merge pull request #871 from mikepenz/feature/semver_types_dev_only
...
Move `@types/semver` as dev only dependency
2022-08-19 09:43:53 +02:00