Mike Penz and GitHub
1eff87d3e9
- Enhance error log in case of a fatal error building the changelog
...
- RELATES TO https://github.com/mikepenz/release-changelog-builder-action/issues/1331
2024-04-11 06:28:47 +00:00
Mike Penz and GitHub
0832741b20
- upgrade dependencies to their latest version
...
```
@octokit/rest ^20.0.2 → ^20.1.0
@types/node ^20.11.24 → ^20.12.7
@typescript-eslint/eslint-plugin ^7.1.0 → ^7.6.0
@typescript-eslint/parser ^7.1.0 → ^7.6.0
eslint-plugin-jest ^27.9.0 → ^28.2.0
gitea-js ^1.20.1 → ^1.21.2
typescript ^5.3.3 → ^5.4.4
```
2024-04-10 12:00:23 +00:00
Mike Penz and GitHub
c326a5bb2b
- fallback to commit.commit author if commit author does not has a result
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1327
2024-04-10 11:53:49 +00:00
Mike Penz and GitHub
db235a6627
- introduce new mode configuration (replaces commitMode) with the option for PR, COMMIT or HYBRID (whereas hybrid has commits and PRs alongside)
...
- introduce new default commit configuration automatically used if `COMMIT` mode is configured. this uses a label extractor to support conventional commits
2024-03-02 12:03:19 +00:00
Mike Penz and GitHub
2acbc24ac4
```
...
@types/node ^20.11.17 → ^20.11.24
@types/semver ^7.5.6 → ^7.5.8
@typescript-eslint/eslint-plugin ^6.21.0 → ^7.1.0
@typescript-eslint/parser ^6.21.0 → ^7.1.0
eslint ^8.56.0 → ^8.57.0
eslint-plugin-github ^4.10.1 → ^4.10.2
eslint-plugin-jest ^27.6.3 → ^27.9.0
https-proxy-agent ^7.0.2 → ^7.0.4
```
2024-03-02 09:51:13 +00:00
Mike Penz and GitHub
f0ad0cf07a
- add helper methods for tsts
...
- add new ability to recursively build changelog
- add feature to consume PRs if they were matched to a category
- keep header if children have entry
2024-03-01 20:11:14 +00:00
Mike Penz and GitHub
39d8ac4b4f
- clear categories in tests as we run in the same process multiple times
2024-03-01 19:23:22 +00:00
Mike Penz and GitHub
2a0a3aa6dc
- drop exec and execAll in favor of the much simpler regexr based solution
...
- define regex, define target pattern. success 🎉
2024-03-01 16:42:29 +00:00
Mike Penz and GitHub
40d2beb495
- recompile
2024-03-01 16:31:57 +00:00
Mike Penz and GitHub
96d379bedc
- recompile dist with new exported function for tests
2024-02-29 20:54:41 +00:00
Mike Penz and GitHub
263b5d6b57
- npm upgrade
2024-02-09 14:39:00 +00:00
Mike Penz and GitHub
e946d45618
```
...
@types/jest ^29.5.11 → ^29.5.12
@types/node ^20.11.0 → ^20.11.17
@typescript-eslint/eslint-plugin ^6.18.1 → ^6.21.0
@typescript-eslint/parser ^6.18.1 → ^6.21.0
eslint-plugin-jest ^27.6.2 → ^27.6.3
prettier 3.1.1 → 3.2.5
semver ^7.5.4 → ^7.6.0
ts-jest ^29.1.1 → ^29.1.2
```
2024-02-09 14:38:12 +00:00
Mike Penz and GitHub
ce8f7c0046
- sort by updated instead of merged
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1300
2024-02-09 14:33:15 +00:00
Mike Penz and GitHub
5fe55527bc
- upgrade dependencies
2024-01-12 07:57:14 +00:00
Mike Penz and GitHub
4489241f6f
```
...
@types/jest ^29.5.7 → ^29.5.11
@types/node ^20.8.10 → ^20.11.0
@types/semver ^7.5.4 → ^7.5.6
@typescript-eslint/eslint-plugin ^6.9.1 → ^6.18.1
@typescript-eslint/parser ^6.9.1 → ^6.18.1
eslint ^8.53.0 → ^8.56.0
eslint-plugin-jest ^27.6.0 → ^27.6.2
eslint-plugin-prettier ^5.0.1 → ^5.1.3
moment ^2.29.4 → ^2.30.1
prettier 3.0.3 → 3.1.1
typescript ^5.2.2 → ^5.3.3
```
2024-01-12 07:56:03 +00:00
Mike Penz and GitHub
a3e85a72da
- update all dev dependencies to their latest version
2023-11-05 10:38:10 +00:00
Mike Penz and GitHub
0e00e184e7
- improve formatting
...
- add some more comments
2023-11-05 10:30:10 +00:00
Mike Penz and GitHub
8afbd5a789
- fix formatting
...
- apply some smaller fixes
- enable cache for 1 gitea test (no need to use API)
- do not cache and export token in cache
- speed up main.test.ts
2023-11-05 10:05:00 +00:00
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 Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
7e5b9d05c5
- recompile dist
2023-08-25 09:53:22 +00:00
Mike Penz and GitHub
8af70e55a6
- only create the temp dir if it does not exist
2023-08-25 08:25:16 +00:00
Mike Penz and GitHub
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 Penz and GitHub
ae2c6ccbb5
- fix bailing out if the max amount of PRs is reached
2023-08-25 07:54:34 +00:00
Mike Penz and GitHub
6e25f3fceb
- update dist
2023-08-18 18:00:04 +00:00
Mike Penz and GitHub
d9daf249eb
- recompile, newer typescript dev container
2023-08-18 17:20:39 +00:00
Mike Penz and GitHub
ce66235291
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
Mike Penz and GitHub
d8188193ab
- drop github prefix of pr-collector
2023-08-18 16:56:13 +00:00
Mike Penz and GitHub
30d4407725
- clean re-build the dist folder
2023-08-02 13:43:09 +00:00
Mike Penz and GitHub
20c68db309
- no need to fetch tags if from and to are already precisely defined
2023-08-02 13:37:06 +00:00
Mike Penz and GitHub
042bbe5d5c
- ensure project is recompiled cleanly
2023-07-28 13:46:07 +00:00
Mike Penz and GitHub
79ee621728
- optimize break condition, if we collected enough PRs
2023-07-28 13:35:06 +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
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
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
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
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
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
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