Commit Graph
10 Commits
Author SHA1 Message Date
Mike PenzandGitHub 5f3409748e Merge pull request #1296 from mikepenz/develop
dev -> main
2024-01-12 09:02:30 +01:00
Mike PenzandGitHub 41adfd2e53 - update to 2024 2024-01-12 08:00:24 +00:00
Mike PenzandGitHub 5c4006ea5c Merge pull request #1295 from mikepenz/feature/dependency_updates_20240112
Dependency upgrades 20240112
2024-01-12 08:59:45 +01: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 81ca5f10b8 Merge pull request #1278 from mikepenz/develop
dev -> main
2023-11-05 12:21:11 +01:00
Mike PenzandGitHub 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