Mike Penz and GitHub
db67f239f2
- fix test utils
2024-08-07 13:05:11 +00:00
Mike Penz and GitHub
ca5c83176c
- recompile dist on codespace
2024-08-07 13:00:35 +00:00
Mike Penz
e4615021a6
- fix tests
2024-08-07 14:59:04 +02: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 Penz and GitHub
f968a8466a
Merge pull request #1359 from KonradHoeffner/patch-2
...
document commitMode to mode transition in README.md
2024-08-06 10:26:15 +02:00
Mike Penz and GitHub
468cab7d80
Merge pull request #1357 from mikepenz/feature/update_dependencies_20240805
...
Upgrade dev dependencies
2024-08-06 09:44:12 +02:00
Mike Penz and GitHub
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 Penz and GitHub
3d1075579e
Merge pull request #1353 from mikepenz/fix/rework_README
...
Rework README to make REGEX objects more clear
2024-08-02 10:17:55 +02:00
Mike Penz
3debc22e91
- rework README to make regex usages more clear
2024-08-02 10:15:34 +02:00
Mike Penz and GitHub
725ba998fe
Merge pull request #1352 from mikepenz/feature/recompile_dist_20240802
...
Recompile dist after recent PR merges
2024-08-02 09:23:39 +02:00
Mike Penz and GitHub
addb32e472
- recompile dist
2024-08-02 07:21:01 +00:00
Mike Penz and GitHub
13f7fbe0a5
Merge pull request #1351 from pajikos/fix/commitMode-fix
...
COMMIT mode not returned when commitMode is true
2024-08-02 09:17:48 +02:00
Mike Penz and GitHub
92bd1e6e03
Merge pull request #1350 from KonradHoeffner/patch-1
...
clarify tag_resolver.filter documentation
2024-08-02 09:16:45 +02:00
Mike Penz and GitHub
ef820d296c
Merge pull request #1347 from mikepenz/feature/depency_upgrades_20240726
...
Dependency upgrades | `semver 7.6.3`
2024-07-26 09:31:14 +02:00
Mike Penz and GitHub
542703f95e
- recompile dist
2024-07-26 07:29:22 +00:00
Mike Penz and GitHub
166c6cd397
- revert octokit rest as its now an ESM package
2024-07-26 07:26:41 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
3ff44d5e84
- recompile dist
2024-07-26 07:17:31 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
8c644a1e35
Merge pull request #1342 from mikepenz/feature/dependency_upgrades_20240620
...
Dependency Upgrades
2024-06-20 13:38:27 +02:00
Mike Penz and GitHub
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 and GitHub
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 Penz and GitHub
67e423e289
Merge pull request #1340 from mikepenz/fix/spelling_fixes
...
Fix spelling mistakes
2024-06-20 11:24:05 +02:00
Mike Penz and GitHub
bdeb796bed
- recompile dist
2024-06-20 09:22:04 +00:00
Mike Penz and GitHub
51541805b8
- revert demo version number
2024-06-20 09:21:10 +00:00
Mike Penz and GitHub
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 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
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 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
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 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
94250de014
- fix __tests__ formatting
2024-03-03 08:39:42 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
81b37148ec
Merge pull request #1313 from mikepenz/ci/adjust_condition
...
Adjust CI condition
2024-03-02 21:33:59 +01:00
Mike Penz and GitHub
7a36982979
- adjust CI condition
2024-03-02 20:32:01 +00:00
Mike Penz and GitHub
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 Penz and GitHub
fb688cc2f5
- fix formatting
2024-03-02 20:24:08 +00:00
Mike Penz and GitHub
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 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
98e699a556
Merge pull request #1311 from mikepenz/feature/dependency_upgrades_2024-2-2
...
Dependency upgrades
2024-03-02 11:13:41 +01:00
Mike Penz and GitHub
9ab35ce48d
Merge pull request #1310 from mikepenz/feature/rework_readme
...
Rework README structure
2024-03-02 10:55:13 +01: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
f9c75e0542
- rework README and add new example for commit mode
2024-03-02 09:47:08 +00:00
Mike Penz and GitHub
86847cda2c
Merge pull request #1308 from mikepenz/feature/nested_categories
...
Introduce nested categorisation
2024-03-01 21:19:35 +01:00
Mike Penz and GitHub
b7c5179f2c
- add one more case to the nested testcase
2024-03-01 20:15:08 +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
4014bc63c1
- format code
2024-03-01 19:24:09 +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
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 Penz and GitHub
47ab0d34bc
- break out some functionality when transforming the pull requests into the changelog
2024-03-01 18:22:00 +00:00
Mike Penz and GitHub
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 Penz and GitHub
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 Penz and GitHub
16f09529d4
- generate full changelog for releases
2024-03-01 16:49:27 +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
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 Penz and GitHub
225bc31b07
Merge pull request #1304 from mikepenz/test/tag_resolver_negation
...
Test inverse tag resolver
2024-03-01 08:41:49 +01: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
499e2957c4
- add test case to validate the tags transformer
2024-02-29 20:19:37 +00:00
Mike Penz and GitHub
0ed1caaa2b
- add new testcase to validate inverse tag resolver
2024-02-29 13:15:04 +00:00
Mike Penz and GitHub
f10242a33e
Merge pull request #1302 from mikepenz/feature/dependency_updates_20240209
...
Upgrade dependencies
2024-02-09 15:41:19 +01: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
520cf119e6
Merge pull request #1301 from mikepenz/fix/1300
...
Sort retrieved PRs by updated instead of merged
2024-02-09 15:35:59 +01: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
41adfd2e53
- update to 2024
2024-01-12 08:00:24 +00:00
Mike Penz and GitHub
5c4006ea5c
Merge pull request #1295 from mikepenz/feature/dependency_updates_20240112
...
Dependency upgrades 20240112
2024-01-12 08:59:45 +01: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
5d1f9ae889
Merge pull request #1277 from mikepenz/feature/readme_update_
...
Improve README to include Gitea, and fix highlights
2023-11-05 12:01:52 +01:00
Mike Penz
2800a9dd18
- introduce more lgos to better identify when PRs are filtered out
...
- Related to: https://github.com/mikepenz/release-changelog-builder-action/issues/939
2022-10-27 17:02:32 +02:00
Mike Penz
6d479c1d5a
- format and recompile dist
2022-10-19 17:34:04 +02:00
Mike Penz
727fe7d827
- differentiate full match vs no match by checking the regex match when filling the placeholders
...
- This means that transforms which don't match to function as before, but also offers the flexibility if a match results in the equal content as the original to be handled properly
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/929
2022-10-19 17:29:01 +02:00