इस टूल में कोई समस्या है?
«चेंजलॉग फ़ॉर्मेटर ऑनलाइन» के बारे में
यह टूल CHANGELOG.md फ़ाइलों को फ़ॉर्मेट और सामान्य करता है।
एक सुसंगत चेंजलॉग एक छोटा प्रयास है जो आपके रिलीज़ नोट्स पढ़ने वाले हर किसी के लिए भुगतान करता है।
टूल प्रारूपों के बीच परिवर्तित हो सकता है।
इस टूल का उपयोग कैसे करें
How to turn loose commit lines into a Keep-a-Changelog section
Paste raw commit lines
Drop one commit summary per line into the "Commits (one per line)" field. Conventional Commit prefixes are recognised: `feat:`, `fix:`, `docs:`, `chore:`, etc. Lines without a known prefix go under `### Other`.
Press Run
Result returns a single `markdown` field — a Keep-a-Changelog-style block grouped into `### Added`, `### Fixed`, `### Changed`, `### Docs`, and `### Other`. Empty groups are omitted.
Output structure
Lines after grouping keep their original wording (minus the prefix). It does NOT auto-generate dates or version headers — that you add yourself: paste a `## [1.4.0] - 2026-05-19` line above the generated groups before committing.
Tips for clean output
Run the tool against the output of `git log v1.3.0..HEAD --pretty=%s`. Bad / vague commit subjects produce bad changelog lines; this isn't AI-rewriting, just sorting.