Commit Graph
1483 Commits
Author SHA1 Message Date
Mike PenzandGitHub 166c6cd397 - revert octokit rest as its now an ESM package 2024-07-26 07:26:41 +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 4d5a5160cb Merge pull request #1346 from mikepenz/fix/1345
Fix to match categories case insensitive for gitea
2024-07-26 09:20:08 +02:00
Mike PenzandGitHub 3ff44d5e84 - recompile dist 2024-07-26 07:17:31 +00:00
Mike PenzandGitHub 76ceff7ddb - make gitea labels lowercase so categories are matched case insensitive
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1345
2024-07-26 07:14:12 +00:00
Mike PenzandGitHub bbbdb7a6e6 Merge pull request #1343 from mikepenz/feature/contributors
Enhance CONTRIBUTORS template
2024-06-23 08:48:36 +02: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 8c644a1e35 Merge pull request #1342 from mikepenz/feature/dependency_upgrades_20240620
Dependency Upgrades
2024-06-20 13:38:27 +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 PenzandGitHub d83b7b1865 Merge pull request #1341 from mikepenz/feature/contributors
Introduce CONTRIBUTORS (PR author based)
2024-06-20 11:55:31 +02:00
Mike Penz d34fad209b - make contributor list to include the @ 2024-06-20 11:52:50 +02:00
Mike Penz 7543ef961c - update only repo specific config 2024-06-20 11:51:20 +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 67e423e289 Merge pull request #1340 from mikepenz/fix/spelling_fixes
Fix spelling mistakes
2024-06-20 11:24:05 +02:00
Mike PenzandGitHub bdeb796bed - recompile dist 2024-06-20 09:22:04 +00:00
Mike PenzandGitHub 51541805b8 - revert demo version number 2024-06-20 09:21:10 +00:00
Oliver 31b028f1cc fix spellings 2024-06-15 21:08:31 +02:00
Mike PenzandGitHub 53bdb5930c Merge pull request #1334 from mikepenz/adjust/1331_5.x
Enhance error log in case of a fatal error building the changelog
2024-04-11 08:34:47 +02: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 64d5b0f2ee Merge pull request #1329 from mikepenz/feature/dependency_upgrades_20240410
Upgrade dependencies to their latest version
2024-04-10 14:02:54 +02: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 5be14ad43c Merge pull request #1328 from mikepenz/fix/1327
Fallback to alternative author value if main commit author login is not available
2024-04-10 13:58:58 +02: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 94250de014 - fix __tests__ formatting 2024-03-03 08:39:42 +00:00
Mike PenzandGitHub 68fb314081 Merge pull request #1314 from mikepenz/other/improve_demo_debugging_documentation
Improve local testing documentation
2024-03-03 09:36:32 +01:00
Mike PenzandGitHub 25b221d1d3 - improve documentation to test the action in GitHub codespaces
- simplify README
- include demo test case to speed up setup
2024-03-03 08:32:56 +00:00
Mike PenzandGitHub 81b37148ec Merge pull request #1313 from mikepenz/ci/adjust_condition
Adjust CI condition
2024-03-02 21:33:59 +01:00
Mike PenzandGitHub 7a36982979 - adjust CI condition 2024-03-02 20:32:01 +00:00
Mike PenzandGitHub 991a95e549 Merge pull request #1312 from mikepenz/feature/adjust_mode_configuration
Refactor mode configuration | Add support for `HYBRID` | Add new `CommitMode` focused default config
2024-03-02 21:28:26 +01:00
Mike PenzandGitHub fb688cc2f5 - fix formatting 2024-03-02 20:24:08 +00:00
Mike PenzandGitHub 2389f61d7e - introduce test case to validate behavior of the regexr regex matching
- introduce test case to validate COMMIT mode with default conventional commit behavior
- introduce testcase to showcase custom placeholder and trim value to convert conventional commits to cleaned titles
2024-03-02 20:23:01 +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 98e699a556 Merge pull request #1311 from mikepenz/feature/dependency_upgrades_2024-2-2
Dependency upgrades
2024-03-02 11:13:41 +01:00
Mike PenzandGitHub 9ab35ce48d Merge pull request #1310 from mikepenz/feature/rework_readme
Rework README structure
2024-03-02 10:55:13 +01: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 f9c75e0542 - rework README and add new example for commit mode 2024-03-02 09:47:08 +00:00
Mike PenzandGitHub 86847cda2c Merge pull request #1308 from mikepenz/feature/nested_categories
Introduce nested categorisation
2024-03-01 21:19:35 +01:00
Mike PenzandGitHub b7c5179f2c - add one more case to the nested testcase 2024-03-01 20:15:08 +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 4014bc63c1 - format code 2024-03-01 19:24:09 +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 eaf255d3da - adjust logic to collect entries in the category (with the side effect for it to have autamtic support to inject changelog lines) 2024-03-01 19:11:06 +00:00
Mike PenzandGitHub 47ab0d34bc - break out some functionality when transforming the pull requests into the changelog 2024-03-01 18:22:00 +00:00
Mike PenzandGitHub 8e8a8fc1c9 Merge pull request #1307 from mikepenz/ci/improve_changelog_gen
[CI] Optimize release changelog config
2024-03-01 17:54:35 +01:00
Mike PenzandGitHub dbe0f697c0 Merge pull request #1306 from mikepenz/feature/unify_regex_handling
Unify handling of regex transformers | New method
2024-03-01 17:54:25 +01:00
Mike PenzandGitHub 16f09529d4 - generate full changelog for releases 2024-03-01 16:49:27 +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 89d1f43dfa - refactor regex handling for the different usecases to allow providing the preferred method
- introduce new `exec` and `execAll` variants which support named groups
- introduce `replaceAll` in addition to `replace`
- update test cases
- cleanup code
2024-03-01 15:20:31 +00:00
Mike PenzandGitHub 225bc31b07 Merge pull request #1304 from mikepenz/test/tag_resolver_negation
Test inverse tag resolver
2024-03-01 08:41:49 +01:00