254 Commits
Author SHA1 Message Date
Ankio e86f2bbfce refactor: rebuild dist 2023-11-01 13:31:16 +08:00
Ankio 24fd3faff8 chore:rebuild dist 2023-11-01 12:44:51 +08:00
Ankio 1b8e9e1ab7 chore:rebuild dist 2023-11-01 12:38:39 +08:00
Ankio 15114997bc chore:rebuild dist 2023-11-01 12:38:07 +08:00
Ankio 14751e3922 chore:rebuild dist 2023-11-01 11:41:44 +08:00
Ankio 67b1ef0550 chore:rebuild dist 2023-11-01 11:07:14 +08:00
Mike PenzandGitHub ec5a7bc198 ```
@actions/core                     ^1.10.0  →  ^1.10.1
 @actions/github                    ^5.1.1  →   ^6.0.0
 @octokit/rest                     ^20.0.1  →  ^20.0.2
 @types/jest                       ^29.5.4  →  ^29.5.6
 @types/node                       ^20.5.9  →  ^20.8.7
 @types/semver                      ^7.5.1  →   ^7.5.4
 @typescript-eslint/eslint-plugin   ^6.5.0  →   ^6.8.0
 @typescript-eslint/parser          ^6.5.0  →   ^6.8.0
 @vercel/ncc                       ^0.36.1  →  ^0.38.1
 eslint                            ^8.48.0  →  ^8.51.0
 eslint-plugin-github              ^4.10.0  →  ^4.10.1
 eslint-plugin-jest                ^27.2.3  →  ^27.4.2
 eslint-plugin-prettier             ^5.0.0  →   ^5.0.1
 jest                              ^29.6.4  →  ^29.7.0
 jest-circus                       ^29.6.4  →  ^29.7.0
 ```
2023-10-20 06:49:32 +00:00
Mike PenzandGitHub 512b4d3a42 - upgrade to node20 for the GitHub actions
- remove node-fetch as it is no longer required with node 20
- upgrade actions to use node20
2023-09-04 13:52:54 +00:00
Mike PenzandGitHub 695b32d625 - change the default placeholder pattern from ${{}} to #{{}} as this will work for both config.json files and the yaml (${{}} is reserved for github actions syntax) 2023-08-31 19:14:23 +00:00
Mike PenzandGitHub 7e5b9d05c5 - recompile dist 2023-08-25 09:53:22 +00:00
Mike PenzandGitHub 8af70e55a6 - only create the temp dir if it does not exist 2023-08-25 08:25:16 +00:00
Mike PenzandGitHub a72c0bbc47 - refactor the caching logic given the GitHub action limit on arguments is too small to allow passing in the whole cache
- adjust the `cache` to now only take the file-path to read the cache from
  - offer temporary backwards compatiblity on passing the cache directly
  - add documentation for cache vars in README
2023-08-25 08:23:54 +00:00
Mike PenzandGitHub ae2c6ccbb5 - fix bailing out if the max amount of PRs is reached 2023-08-25 07:54:34 +00:00
Mike PenzandGitHub 6e25f3fceb - update dist 2023-08-18 18:00:04 +00:00
Mike PenzandGitHub d9daf249eb - recompile, newer typescript dev container 2023-08-18 17:20:39 +00:00
Mike PenzandGitHub ce66235291 - adjust pr-collector inclusion, to simplify debugging 2023-08-18 17:16:42 +00:00
Mike PenzandGitHub d8188193ab - drop github prefix of pr-collector 2023-08-18 16:56:13 +00:00
Mike PenzandGitHub 30d4407725 - clean re-build the dist folder 2023-08-02 13:43:09 +00:00
Mike PenzandGitHub 20c68db309 - no need to fetch tags if from and to are already precisely defined 2023-08-02 13:37:06 +00:00
Mike PenzandGitHub 042bbe5d5c - ensure project is recompiled cleanly 2023-07-28 13:46:07 +00:00
Mike PenzandGitHub 79ee621728 - optimize break condition, if we collected enough PRs 2023-07-28 13:35:06 +00:00
Mike PenzandGitHub b056614f61 - optimize break condition, if we collected enough PRs 2023-07-28 12:55:55 +00:00
Mike PenzandGitHub 240554bbf4 - upgrade all node dependencies
```
    "@octokit/rest": "^20.0.1",
    "node-fetch": "^3.3.2",
```
2023-07-28 11:47:20 +00:00
Mike PenzandGitHub f0cbee5a3a - add new configuration to enable exportCache (disabled by default)
- this changes behavior since `rc04`
2023-07-28 11:24:47 +00:00
Mike PenzandGitHub a474b82119 - respect the exclude label for the uncategorized cateogry
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1178
2023-07-28 10:22:16 +00:00
Mike PenzandGitHub 39e5c22e1c - fix lint errors 2023-07-28 10:20:04 +00:00
Mike PenzandGitHub e463dcb45c - introduce new configuration fetchViaCommits which is best suited for environments with shorter diffs and/or squash merging (1 api request per commit) 2023-07-28 10:08:07 +00:00
Mike PenzandGitHub 985ee60688 - use the right commit for from date 2023-07-28 07:49:48 +00:00
Mike PenzandGitHub b1ec88d831 - sort PRs from API based on updated (merged is not an option)
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1176
- honor authorDate and commitDate seperatly when detecting the PR date range to consider
2023-07-28 07:44:27 +00:00
Mike PenzandGitHub e0c6294ad2 - fix tag_resolver.transformer not respecting configuration
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1175
2023-07-28 07:08:26 +00:00
Mike PenzandGitHub da760e9604 - fix problem resulting in toTag and fromTag name not correctly set after retrieving from cache 2023-07-18 20:07:34 +00:00
Mike PenzandGitHub 9196792cd5 - revert octokit/rest upgrade as this require node 18 (which github actions does not yet support) 2023-07-14 09:08:33 +00:00
Mike PenzandGitHub 34e64f17ce - upgrade final dependencies to solve compile errors 2023-07-14 08:44:12 +00:00
Mike PenzandGitHub f556874ff0 - improve setting the outputs when loading the pr data from the cache 2023-07-13 07:59:19 +00:00
Mike PenzandGitHub 99c5a385af - ensure we re-create a moment instance from the cache loaded data 2023-07-12 19:11:32 +00:00
Mike PenzandGitHub ea9a74b697 ```
@octokit/rest              ^19.0.11  →  ^19.0.13
 @types/node                 ^20.3.0  →   ^20.4.0
 @typescript-eslint/parser   ^5.59.9  →   ^5.61.0
 eslint                      ^8.42.0  →   ^8.44.0
 eslint-plugin-jest          ^27.2.1  →   ^27.2.2
 jest                        ^29.5.0  →   ^29.6.1
 jest-circus                 ^29.5.0  →   ^29.6.1
 prettier                      2.8.8  →     3.0.0
 ts-jest                     ^29.1.0  →   ^29.1.1
 typescript                   ^5.1.3  →    ^5.1.6
 ```
2023-07-07 08:14:04 +00:00
Mike PenzandGitHub cd529e7057 - allow an Transformer[] beside a Transformer 2023-06-18 16:19:21 +00:00
Mike PenzandGitHub 236a880ab7 - move pre-release detection to "versioning" 2023-06-18 15:44:21 +00:00
Mike PenzandGitHub 48896744b7 - update the default categories to include the uncategorized category 2023-06-11 20:07:14 +00:00
Mike PenzandGitHub 831ac3e7ee - introduce the ability to reference parent / child PR relationships
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1074
- optimize placeholder removal
- only keep placeholders in array if we have values
2023-06-04 18:48:53 +00:00
Mike PenzandGitHub e2fe4592e1 - adjust log message 2023-06-04 10:59:59 +00:00
Mike PenzandGitHub 5dd6b400c7 - replace ENV variable output with normal output (requires re-passing)
- update README
2023-06-04 10:20:31 +00:00
Mike PenzandGitHub 91da901770 - move around some parts of the code 2023-06-04 09:59:53 +00:00
Mike PenzandGitHub bdefc2e9f2 - null check 2023-06-03 11:26:42 +00:00
Mike PenzandGitHub e7dc26611c - move pr collection into npm module
(publish without any furhter notes or docs)
- refactor action to use npm dependency
2023-06-03 11:22:52 +00:00
Mike PenzandGitHub aade670634 ```
@types/jest                ^29.5.1  →  ^29.5.2
 @types/node                ^20.2.3  →  ^20.2.5
 @typescript-eslint/parser  ^5.59.7  →  ^5.59.8
 eslint                     ^8.41.0  →  ^8.42.0
 eslint-plugin-github        ^4.7.0  →   ^4.8.0
 typescript                  ^5.0.4  →   ^5.1.3
 webpack                    ^5.84.0  →  ^5.85.0
 ```
2023-06-03 09:03:08 +00:00
Mike PenzandGitHub 0a80bc9a3b - introduce capability of the action running 2 split
- first collect all pull requests and export to environment
  - second take exported data and continue generation of changelogs (makes it cheaper, by only collecting PRs once)
2023-05-26 13:41:59 +00:00
Mike PenzandGitHub 66470e5f14 - refactor action and move different functionalities in better classes
- merge releaseNotes and releaseNotesBuilder
- update testcases to cover new structure
2023-05-26 12:09:48 +00:00
Mike PenzandGitHub a010b03245 - npm upgrade 2023-05-25 18:09:49 +00:00
Mike PenzandGitHub 530c3cf734 ```
@octokit/rest              ^19.0.8  →  ^19.0.11
 @types/node                ^20.2.1  →   ^20.2.3
 @typescript-eslint/parser  ^5.59.6  →   ^5.59.7
 eslint                     ^8.40.0  →   ^8.41.0
 https-proxy-agent           ^6.2.0  →    ^7.0.0
 webpack                    ^5.83.1  →   ^5.84.0
 ```
2023-05-25 18:09:48 +00:00