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
Pavel Sklenar
3e7f8e79c0
chore: Update resolveMode function to handle commitMode
2024-07-31 07:32:03 +02:00
Konrad Höffner and GitHub
c07488ea78
clarify tag_resolver.filter documentation
2024-07-26 11:56:42 +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
Oliver
31b028f1cc
fix spellings
2024-06-15 21:08:31 +02: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