Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Version 0.0.2 - Workflow Enhancements and Documentation Improvements

Choose a tag to compare

@IanSkelskey IanSkelskey released this 29 Oct 04:06
· 1 commit to main since this release
c9a018f

ai-diff-commit v0.0.2 - Workflow Enhancements and Documentation Improvements

This release, version 0.0.2, introduces several key enhancements to the CI workflows, improvements to the documentation, and important bug fixes.

Key Updates in v0.0.2:

🚀 New Features and Improvements:

  • Automated Code Formatting: Introduced a new GitHub Actions workflow for automatic code formatting using Prettier. This ensures that the codebase adheres to the project's formatting standards on every pull request and push to the dev branch. (#17)
  • Pre-Publish Checks Workflow: Added a pre-publish checks workflow to validate code quality before publishing. This includes checks for formatting compliance and a successful build. (#14)
  • Commit Message Generation Refinements: Improved the consistency and clarity of AI-generated commit messages by refining the prompt-based commit generation workflow.

🐛 Bug Fixes:

  • Fixed Command Usage in Help Menu: Corrected the command usage information displayed in the CLI help menu to reflect accurate options and usage instructions. (#15)
  • Improved Workflow Stability: Addressed issues in the GitHub Actions workflows, such as checkout references, Prettier options, and indentation errors, to ensure stable and consistent operation. (#18)

📚 Documentation Updates:

  • Bug Reporting and Feature Requests Section Added: A new section was added in the README.md to guide users on how to report bugs and suggest features, streamlining the feedback and contribution process. (#16)

Full Changelog: View the complete list of changes.