Try1#4
Merged
Merged
Conversation
…sentences - Add logic to detect connector words (and, or, but, with, for, to) at end of truncated messages - Remove connector words when they would create incomplete sentences - Prevents messages from ending abruptly with dangling connector words - Improves overall quality and readability of generated commit messages
- Merge root README.md and DOCS/README.md into comprehensive main README - Remove duplicate DOCS/ directory, keep only docs/ (conventional naming) - Fix broken reference to non-existent INLINE_SUGGESTIONS.md - Add complete installation, setup, configuration, and troubleshooting sections - Improve user experience with clear quick start and examples - Standardize all documentation references to docs/ directory
Critical Issues Fixed: - Setup script no longer depends on missing .env.example file - Added 'commitgen env-example' command to generate template independently - Updated GoReleaser to include supporting files in archives - Fixed broken documentation references to non-existent files - Updated setup flow to work for Homebrew/go install users User Impact: - Installation now works correctly via any method (Homebrew, go install, source) - Users can choose between YAML config (commitgen init) or env vars (env-example) - Setup script provides both configuration options - All tools work without requiring repository files Technical Changes: - Embedded .env template content directly in Go code - Added generateEnvExample() function with embedded template - Updated setup.sh to use new env-example command - Enhanced GoReleaser to include docs and examples in archives - Fixed all documentation to use proper paths and commands
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.
No description provided.