feat: add support for multiple files commit#256
Open
xakraz wants to merge 3 commits intosemantic-release-extras:masterfrom
Open
feat: add support for multiple files commit#256xakraz wants to merge 3 commits intosemantic-release-extras:masterfrom
xakraz wants to merge 3 commits intosemantic-release-extras:masterfrom
Conversation
- Add the package `octokit-commit-multiple-files` to dependencies - Replace individual file commits with batch commit operation - Add TypeScript type definitions for the new package - Update `tsconfig.json` to allow JS files - Bump version from 1.0.11 to 1.1.0 - Add `.tool-versions` file to specify Node.js 20.17.0 - Remove unnecessary `execSync` calls for SHA retrieval - Improve error handling with proper error re-throwing - Improve type safety by using explicit string types instead of any
91cc57a to
0a18436
Compare
Author
|
Hi @EricCrosson 👋🏻 Thanks for this super-useful Semantic-release plug-in 🙏🏻 I have tried to add support for multi-files commit. Don't hesitate to tell me what I should do to make this PR mergeable 😇 |
This file contains hidden or 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
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.
octokit-commit-multiple-filesto dependenciestsconfig.jsonto allow JS files.tool-versionsfile to specify Node.js 20.17.0execSynccalls for SHA retrieval