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
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
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
Mike Penz and GitHub
a47627e260
- upate imports
2023-06-04 10:31:25 +00:00
Mike Penz and GitHub
0c071deb98
- fix CI
2023-06-04 10:23:28 +00:00
Mike Penz and GitHub
5dd6b400c7
- replace ENV variable output with normal output (requires re-passing)
...
- update README
2023-06-04 10:20:31 +00:00
Mike Penz and GitHub
91da901770
- move around some parts of the code
2023-06-04 09:59:53 +00:00
Mike Penz and GitHub
9785335233
- adjust dist check
...
- fix import in test
2023-06-04 09:20:10 +00:00
Mike Penz and GitHub
22a8da719a
- cleanup package.json
2023-06-04 09:12:40 +00:00
Mike Penz and GitHub
a22e4da945
- update some imports
2023-06-04 09:02:16 +00:00
Mike Penz and GitHub
bdefc2e9f2
- null check
2023-06-03 11:26:42 +00:00
Mike Penz and GitHub
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 Penz and GitHub
4a9ea3cd6a
Merge pull request #1131 from mikepenz/feature/depenency_upgrades_20230603
...
Dev Dependency upgrades
2023-06-03 13:22:09 +02:00
Mike Penz and GitHub
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 Penz and GitHub
5e7f5d9c13
Merge pull request #1123 from mikepenz/feature/restructure_action
...
Refactor action and offer delayed changelog generation
2023-05-30 17:31:25 +02:00
Mike Penz and GitHub
611841bdc1
- fix test configuration
2023-05-30 15:23:47 +00:00
Mike Penz and GitHub
bb7c58fa98
- update the transform.test.ts
2023-05-30 15:06:17 +00:00
Mike Penz and GitHub
8cde0090d4
- wrong template for ci
2023-05-26 13:52:22 +00:00
Mike Penz and GitHub
29993b6dbd
- improve example
...
- fix imports
2023-05-26 13:50:19 +00:00
Mike Penz and GitHub
eafb6da975
- fix typo in echo
2023-05-26 13:44:32 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
061b8ff198
Merge pull request #1122 from mikepenz/feature/dependency_upgrades_20230525
...
Dependency upgrades | octokit/rest, https-proxy-agent
2023-05-25 21:43:48 +02:00
Mike Penz and GitHub
8cdbe23d65
Merge pull request #1115 from mikepenz/feature/1113
...
Provide categorized PRs as JSON in outputs
2023-05-25 21:35:23 +02:00
Mike Penz and GitHub
a010b03245
- npm upgrade
2023-05-25 18:09:49 +00:00
Mike Penz and GitHub
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
Mike Penz and GitHub
61be84a086
- add optional key to README
2023-05-25 18:09:38 +00:00
Mike Penz and GitHub
5d46efec54
- add ability to provide key for cateogry, used for json ('categorized') output
2023-05-25 17:59:11 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
fa8a70f37a
- npm upgrade
2023-05-19 15:59:34 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
c50d979cad
- use v3 action itself
2023-05-03 20:10:20 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
0c2ddea1e6
Merge branch 'zaphiro-technologies-add-pr-number-#1079' into develop
2023-05-03 18:32:05 +00:00
Mike Penz and GitHub
9368ec2457
- rename to exhaustive_rules
...
- recompile dist
2023-05-03 17:49:57 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
0b85fe15a1
- recompile dist
2023-02-26 12:32:10 +00:00
Mike Penz and GitHub
577ee725b8
- add details about array placeholders
...
- fix url to rules for categories
2023-02-26 12:31:02 +00:00
Mike Penz and GitHub
6757bebf45
- fix array placeholders are not correctly replaced
2023-02-26 12:15:03 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
6f298fbb86
Merge pull request #1030 from mikepenz/feature/dependency_updates_20230226
...
Update dependencies
2023-02-26 12:26:38 +01:00
Mike Penz and GitHub
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 Penz and GitHub
aba4666d73
Merge pull request #1029 from mikepenz/feature/more_debug_logs
...
Introduce additional debug logs
2023-02-26 12:15:02 +01:00
Mike Penz and GitHub
6bf521e144
- introduce additional debug logs
2023-02-26 11:03:59 +00:00
Mike Penz and GitHub
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 Penz and GitHub
aca73df593
- update ci action versions
2023-02-18 12:13:02 +00:00
Mike Penz and GitHub
154988c06c
- update test (due to previous PR dropping empty titles)
2023-02-18 12:11:36 +00:00
Mike Penz and GitHub
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 Penz and GitHub
25f2cc82ce
Merge branch 'ggiambo-filterEmptyCategoryTitle' into develop
2023-02-18 11:51:43 +00:00
Mike Penz and GitHub
63a38717ce
- recompile dist
2023-02-18 11:50:48 +00:00
Mike Penz and GitHub
d57383d1e2
Merge branch 'develop' into filterEmptyCategoryTitle
2023-02-18 12:47:35 +01:00
Mike Penz and GitHub
49528fd551
- fix devcontainer
2023-02-15 13:21:08 +01:00
Mike Penz and GitHub
bce065a878
Merge pull request #1012 from ckdarby/patch-1
...
Small typo fix
2023-01-25 15:11:05 +01:00