Conversation
- Updated .gitignore to exclude the 'dist' directory. - Bundle generated dist folder
- Bumped version to 0.1.1 in package.json. - Updated README to reference the new version of the action. - Updated CHANGELOG with recent changes.
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.
Description
This PR prepares the v0.1.1 patch release, which includes a critical bug fix for action execution and documentation improvements. The main fix ensures the action can run properly by bundling the code and updating .gitignore to exclude the dist directory.
Related Issue(s)
None
Type of Change
Changes Made
Bug Fixes:
dist/folderDocumentation:
vig-os/commit-action@v0.1.1)npm testinstead of Makefile commandsVersion Management:
Testing
npm test)Manual Testing Details
npm run bundleChecklist
[v0.1.1]sectionAdditional Notes
This is a patch release (v0.1.1) that fixes a critical issue preventing the action from executing properly. The bundled code in the
dist/directory is now included in the repository to ensure the action can run when used as a GitHub Action.