Skip to content

0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 20:17
· 3 commits to main since this release

Changelog

  • 8015a4b 🎨 Refactor config file creation and prompting logic
  • 79423d7 🎨 Run go fmt against codebase
  • 31a0fc0 πŸ› Fix error handling in commit message parsing
  • ec6a1d1 πŸ› Fix the test badge
  • 650b8b2 πŸ› Update error message when no commit messages are generated
  • 3b6b47f πŸ“ˆ Add Codecov workflow for code coverage reporting
  • 838afec 🚸 Add makefile and relevant commands
  • 65e11e0 πŸ”₯ Delete serve command implementation and file
  • 722056e πŸ”₯ Remove the fail on failure
  • cc212d5 πŸ”₯ Remove unused import 'bufio' in commit.go
  • 183ef47 πŸ’š Add test cicd pipeline
  • 7295e4a πŸ”¨ Add init command to create configuration file
  • bce233a πŸ”’ Update getCommitMessages function to include OpenAI API key retrieval and pass it to OpenAI API call
  • 49993a9 πŸ“ Change cli documentation to reflect the root change
  • 3923e99 πŸ“ Update README to improve structure and clarity
  • 4b0a69f πŸ“ Update README with usage badges and installation instructions
  • c10e3e2 πŸ“Œ Add v prefix to pinned action
  • b051901 ♻️ Improve lazycommit commit description and add suggestion feature
  • 4d00df8 ♻️ Refactor command descriptions in lazycommit subcommands
  • ec93549 ♻️ Refactor commit command for better readability and clarity
  • bfcbbd1 ♻️ Refactor variable declaration in getAPIKey function
  • 9193b06 ♻️ Update root command use in CLI tool to "lazy"
  • ec3e74b ✨ Add command for generating CLI documentation
  • 8bf12d5 ✨ Add initial implementation of lazycommit CLI tool
  • ecbcc1e ✨ Enhance commit utility with AI-based message suggestions
  • 718db15 ✨ Enhance commit utility with AI-based message suggestions
  • 4417ba5 ✨ Integrate promptui for commit message selection
  • 5ab6b7d ✨ Introduce release workflow with GoReleaser configuration and documentation links
  • b9ac708 βœ… Refactor config file creation logic and add tests
  • 57b6e16 πŸ”§ Add GitHub Actions workflow for linting Go code
  • fb69696 πŸ”§ Add binary file to ignore and pin cobra version
  • 5a20907 πŸ”§ Add the codecov slug
  • 27356cc Add CODECOV_TOKEN environment variable to Codecov workflow
  • a9c852e Initial commit
  • af421c6 Merge branch 'main' into amend-commit
  • ced70bb Merge pull request #2 from jasonBirchall/amend-commit
  • d43673f Update README.md
  • 23fdcc2 ⚠️ Add commit command to display current directory diff
  • ac90fc5 ✨ Remove unused flags and name field in codecov.yaml
  • 6d1431e ✨ Remove unused flags and name field in codecov.yaml
  • d6ab643 ✨ Update CLI name and description to reflect new features and capabilities