Commit Graph
243 Commits
Author SHA1 Message Date
Mike Penz fe815a18f2 - attempt to fix esm tests 2024-12-14 12:25:29 +01:00
Mike Penz 30758be82d - attempt to move to ESM from CJS 2024-12-14 12:25:28 +01:00
Mike Penz 3fcaf9d47c - upgrade dependencies to their latest version
```
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.17.0",
    "globals": "^15.13.0",
    "https-proxy-agent": "^7.0.6",
```
- dev dependencies (eslint)
2024-12-14 10:47:43 +01:00
Mike Penz a7d84578bd - adjust external contributor logic to filter out repo owner 2024-11-02 10:48:43 +01:00
Mike Penz a59494903d - slightly improve messaging
- slight cleanup
2024-11-02 10:12:21 +01:00
Mike Penz 73aa145c27 - fix compile error due to invalid type 2024-11-02 09:44:56 +01:00
Mike PenzandGitHub 525617032d - revert dependency no longer compatible 2024-11-01 20:39:03 +00:00
Mike PenzandGitHub b3b5245d9b - upgrade dependencies to latest release
```
"@actions/core": "^1.11.1",
"@octokit/rest": "^21.0.2",
```
2024-11-01 20:31:53 +00:00
Mike PenzandGitHub 6bedd22c81 - ensure authorName is not undefined 2024-08-07 13:14:24 +00:00
Mike PenzandGitHub ca5c83176c - recompile dist on codespace 2024-08-07 13:00:35 +00:00
Mike Penz f43925498a - introduce new placeholder for AUTHOR_NAME
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1360
2024-08-07 14:54:02 +02:00
Mike PenzandGitHub b8e8a78b66 - upgrade dev dependencies
```
 @types/node                       ^20.14.12  →  ^22.1.0
 eslint-plugin-jest                  ^28.6.0  →  ^28.7.0
 ts-jest                             ^29.2.3  →  ^29.2.4
 ```
2024-08-06 07:38:48 +00:00
Mike PenzandGitHub addb32e472 - recompile dist 2024-08-02 07:21:01 +00:00
Mike PenzandGitHub 542703f95e - recompile dist 2024-07-26 07:29:22 +00:00
Mike PenzandGitHub 488cb35032 Dependency upgrades
```
 @octokit/rest                      ^20.1.1  →    ^21.0.1
 @types/node                       ^20.14.6  →  ^20.14.12
 @typescript-eslint/eslint-plugin   ^7.13.1  →    ^7.17.0
 @typescript-eslint/parser          ^7.13.1  →    ^7.17.0
 eslint-plugin-prettier              ^5.1.3  →     ^5.2.1
 https-proxy-agent                   ^7.0.4  →     ^7.0.5
 prettier                             3.3.2  →      3.3.3
 semver                              ^7.6.2  →     ^7.6.3
 ts-jest                            ^29.1.5  →    ^29.2.3
 typescript                          ^5.4.5  →     ^5.5.4
 ```
2024-07-26 07:20:21 +00:00
Mike PenzandGitHub 3ff44d5e84 - recompile dist 2024-07-26 07:17:31 +00:00
Mike Penz 09758f3887 - ensure contributors are not listed multiple times
- provide `EXTERNAL_CONTRIBUTORS` template, not including the lib owner
2024-06-23 08:39:37 +02:00
Mike PenzandGitHub eff669b17c ```
@octokit/rest                      ^20.1.0  →   ^20.1.1
 @types/node                       ^20.12.7  →  ^20.14.6
 @typescript-eslint/eslint-plugin    ^7.6.0  →   ^7.13.1
 @typescript-eslint/parser           ^7.6.0  →   ^7.13.1
 eslint-plugin-github               ^4.10.2  →    ^5.0.1
 eslint-plugin-jest                 ^28.2.0  →   ^28.6.0
 gitea-js                           ^1.21.2  →   ^1.22.0
 prettier                             3.2.5  →     3.3.2
 semver                              ^7.6.0  →    ^7.6.2
 ts-jest                            ^29.1.2  →   ^29.1.5
 typescript                          ^5.4.4  →    ^5.4.5
 ```
2024-06-20 09:59:11 +00:00
Mike Penz d34fad209b - make contributor list to include the @ 2024-06-20 11:52:50 +02:00
Mike Penz 28b9afa1d6 - introduce minimalistic CONTRIBUTORS output for changelogs
- This is based only on PR authors at this time
  - RELATES TO https://github.com/mikepenz/release-changelog-builder-action/pull/1338
  - Thanks @Freezor
2024-06-20 11:46:23 +02:00
Mike PenzandGitHub bdeb796bed - recompile dist 2024-06-20 09:22:04 +00:00
Mike PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 39d8ac4b4f - clear categories in tests as we run in the same process multiple times 2024-03-01 19:23:22 +00:00
Mike PenzandGitHub 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 PenzandGitHub 40d2beb495 - recompile 2024-03-01 16:31:57 +00:00
Mike PenzandGitHub 96d379bedc - recompile dist with new exported function for tests 2024-02-29 20:54:41 +00:00
Mike PenzandGitHub 263b5d6b57 - npm upgrade 2024-02-09 14:39:00 +00:00
Mike PenzandGitHub 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 PenzandGitHub 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 PenzandGitHub 5fe55527bc - upgrade dependencies 2024-01-12 07:57:14 +00:00
Mike PenzandGitHub 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 PenzandGitHub a3e85a72da - update all dev dependencies to their latest version 2023-11-05 10:38:10 +00:00
Mike PenzandGitHub 0e00e184e7 - improve formatting
- add some more comments
2023-11-05 10:30:10 +00:00
Mike PenzandGitHub 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 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