generated from actions/typescript-action
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev -> main #1348
Merged
dev -> main #1348
+7,754
−3,360
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ng the preferred method - introduce new `exec` and `execAll` variants which support named groups - introduce `replaceAll` in addition to `replace` - update test cases - cleanup code
Loading status checks…
…ution - define regex, define target pattern. success 🎉
Loading status checks…
Unify handling of regex transformers | New method
Loading status checks…
[CI] Optimize release changelog config
…ct for it to have autamtic support to inject changelog lines)
- 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
Loading status checks…
Introduce nested categorisation
@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 ```
Rework README structure
Loading status checks…
…24-2-2 Dependency upgrades
Loading status checks…
…ption 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
Loading status checks…
…hing - 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
Loading status checks…
Refactor mode configuration | Add support for `HYBRID` | Add new `CommitMode` focused default config
Adjust CI condition
Loading status checks…
- simplify README - include demo test case to speed up setup
Loading status checks…
…ocumentation Improve local testing documentation
Loading status checks…
…sult - FIX #1327
Fallback to alternative author value if main commit author login is not available
``` @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 ```
Loading status checks…
…240410 Upgrade dependencies to their latest version
Loading status checks…
- RELATES TO #1331
Enhance error log in case of a fatal error building the changelog
Fix spelling mistakes
Introduce CONTRIBUTORS (PR author based)
@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 ```
Loading status checks…
…240620 Dependency Upgrades
- provide `EXTERNAL_CONTRIBUTORS` template, not including the lib owner
Enhance CONTRIBUTORS template
Loading status checks…
- FIX #1345
Fix to match categories case insensitive for gitea
``` @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 ```
Loading status checks…
Dependency upgrades | `semver 7.6.3`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.