Mike Penz and GitHub
b1045dc542
- delete accidentally commited test file
2023-07-28 13:06:39 +00:00
Mike Penz and GitHub
b056614f61
- optimize break condition, if we collected enough PRs
2023-07-28 12:55:55 +00:00
Mike Penz and GitHub
240554bbf4
- upgrade all node dependencies
...
```
"@octokit/rest": "^20.0.1",
"node-fetch": "^3.3.2",
```
2023-07-28 11:47:20 +00:00
Mike Penz and GitHub
f0cbee5a3a
- add new configuration to enable exportCache (disabled by default)
...
- this changes behavior since `rc04`
2023-07-28 11:24:47 +00:00
Mike Penz and GitHub
5c949cd54d
Merge pull request #1181 from mikepenz/fix/1178
...
Respect `exclude_label` for `uncategorized` category definition
2023-07-28 12:33:18 +02:00
Mike Penz and GitHub
45856fdc72
Merge pull request #1180 from mikepenz/fix/1176
...
Introduce `fetchViaCommits` configuration | Offers a new feature to solve an edge case resulting in old PRs not being included in changelog for squash merges
2023-07-28 12:33:01 +02:00
Mike Penz and GitHub
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 Penz and GitHub
39e5c22e1c
- fix lint errors
2023-07-28 10:20:04 +00:00
Mike Penz and GitHub
80485ce20e
- update tests for new configuration option
2023-07-28 10:08:17 +00:00
Mike Penz and GitHub
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 Penz and GitHub
80ac8b0a0c
- introduce new getForCommitHash to retrieve PRs based on hashes
...
- reorganize pull request filtering -> if we get PRs from commit hash, open PRs are already included, neither filtering is needed
- significantly simplify logic for results from commit hashes (only deduping needed) + filter if we don't want open PRs
2023-07-28 10:00:47 +00:00
Mike Penz and GitHub
985ee60688
- use the right commit for from date
2023-07-28 07:49:48 +00:00
Mike Penz and GitHub
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 Penz and GitHub
b52b4ff863
Merge pull request #1179 from mikepenz/fix/1175
...
Fix `tag_resolver.transformer` configuration
2023-07-28 09:18:00 +02:00
Mike Penz and GitHub
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 Penz and GitHub
b36e6cbab7
Merge branch 'inakiabt-patch-1' into develop
2023-07-28 07:03:59 +00:00
Mike Penz and GitHub
4bc1ce265f
- simplify test sample
2023-07-28 07:03:53 +00:00
Iñaki Abete and GitHub
7b190295d7
Update custom.test.ts in README.md
2023-07-27 13:18:56 -03:00
Mike Penz and GitHub
bc4eb56105
Merge pull request #1170 from mikepenz/fix/totag_fromtag_defined
...
Fix problem of empty `toTag` and `fromTag` name after loading from cache
2023-07-19 08:19:27 +02:00
Mike Penz and GitHub
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 Penz and GitHub
71a648136a
Merge pull request #1163 from mikepenz/feature/dependency_updates_20230712
...
Upgrade project dependencies
2023-07-14 11:20:40 +02:00
Mike Penz and GitHub
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 Penz and GitHub
34e64f17ce
- upgrade final dependencies to solve compile errors
2023-07-14 08:44:12 +00:00
Mike Penz and GitHub
66fa4e959f
```
...
@octokit/rest ^19.0.13 → ^20.0.1
@types/node ^20.4.0 → ^20.4.1
eslint-plugin-prettier ^5.0.0-alpha.1 → ^5.0.0
https-proxy-agent ^7.0.0 → ^7.0.1
semver ^7.5.3 → ^7.5.4
@octokit/rest ^19.0.13 → ^20.0.1
@types/jest ^29.5.2 → ^29.5.3
@types/node ^20.4.0 → ^20.4.1
@typescript-eslint/parser ^5.61.0 → ^6.0.0
eslint-plugin-prettier ^5.0.0-alpha.1 → ^5.0.0
```
2023-07-14 08:40:49 +00:00
Mike Penz and GitHub
c88fa7297d
Merge pull request #1164 from mikepenz/feature/improve_output_from_cache
...
Consistently apply output when loading data from cache
2023-07-13 10:17:32 +02:00
Mike Penz and GitHub
f556874ff0
- improve setting the outputs when loading the pr data from the cache
2023-07-13 07:59:19 +00:00
Mike Penz and GitHub
9f4822781f
Merge pull request #1162 from mikepenz/feature/devcontainer_update
...
Improve `devcontainer` setup
2023-07-12 21:26:55 +02:00
Mike Penz and GitHub
791ff2fe70
Merge pull request #1161 from mikepenz/fix/loading_from_cache_fails
...
Fix problem using cached data from a previous run
2023-07-12 21:21:34 +02:00
Mike Penz and GitHub
4ba114bca1
- improve the devcontainer by also building the pr-collector within
2023-07-12 19:13:21 +00:00
Mike Penz and GitHub
99c5a385af
- ensure we re-create a moment instance from the cache loaded data
2023-07-12 19:11:32 +00:00
Mike Penz and GitHub
3b1ae42e11
Merge pull request #1154 from mikepenz/feature/dependency_upgrades_20230707
...
Dependency updates | octokit/rest
2023-07-07 10:30:19 +02:00
Mike Penz and GitHub
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 Penz and GitHub
3fe2c7f8b9
Merge pull request #1141 from mikepenz/feature/1135
...
Allow `[]` of `Transformer` to adjust tags
2023-07-07 10:00:52 +02:00
Mike Penz and GitHub
cd529e7057
- allow an Transformer[] beside a Transformer
2023-06-18 16:19:21 +00:00
Mike Penz and GitHub
236a880ab7
- move pre-release detection to "versioning"
2023-06-18 15:44:21 +00:00
Mike Penz and GitHub
547101fba0
Merge pull request #1138 from mikepenz/feature/update_dependencies_20230611
...
Dev dependency upgrades
2023-06-12 08:34:31 +02:00
Mike Penz and GitHub
4928d6dfd9
```
...
@types/node ^20.2.5 → ^20.3.0
@typescript-eslint/parser ^5.59.8 → ^5.59.9
```
2023-06-12 06:02:45 +00:00
Mike Penz and GitHub
ba968edc65
Merge pull request #1137 from mikepenz/feature/update_default_categories
...
Include `uncategorized` category in default categories
2023-06-12 08:01:05 +02:00
Mike Penz and GitHub
6fdcc2ddda
- reverse some unneeded changes
2023-06-11 20:41:03 +00:00
Mike Penz and GitHub
709039ced4
- update tests for change ddefault
2023-06-11 20:28:04 +00:00
Mike Penz and GitHub
5bef88173c
- improve README on defaults
2023-06-11 20:08:02 +00:00
Mike Penz and GitHub
48896744b7
- update the default categories to include the uncategorized category
2023-06-11 20:07:14 +00:00
Mike Penz and GitHub
2486bf97f4
- rename github-pr-collector to pr-collector
2023-06-08 08:41:47 +00:00
Mike Penz and GitHub
e4b8b13749
Merge pull request #1133 from mikepenz/feature/1074
...
Offer new API to reference parent / child PR relations
2023-06-04 21:05:45 +02:00
Mike Penz and GitHub
1f64818c28
- add README updates
2023-06-04 18:57:45 +00:00
Mike Penz and GitHub
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 Penz and GitHub
b691df6437
Merge pull request #1132 from mikepenz/feature/pr_collector_as_lib
...
Migrate GitHub PR Collector to npm lib
2023-06-04 13:10:20 +02:00
Mike Penz and GitHub
96a13c2880
- update pr-collector version
2023-06-04 11:02:18 +00:00
Mike Penz and GitHub
e2fe4592e1
- adjust log message
2023-06-04 10:59:59 +00:00
Mike Penz and GitHub
827f10329d
- remove removed function argument
2023-06-04 10:32:28 +00:00