Releases: jasonBirchall/lazy
Releases · jasonBirchall/lazy
0.0.1
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