Releases: release-it/conventional-changelog
Releases · release-it/conventional-changelog
Release 4.2.0
- Update docs (685e4f1)
- Minor edits to new header logic and tests (abef409)
- Support page header setting of changelog file (#42) (af66ee0)
- Document how to customize the conventional-changelog-writer template. (#36) (cef5247)
Release 5.0.0-esm.0
- Update version + dependencies (eb438a9)
- Don't mutate options, but send clean arguments to conventionalChangelog (d814638)
- Add GitHub Action for test matrix (c466c69)
- Move to real integration tests + add more (3ac968d)
- Refactor tests + more integrated tests (80b99dc)
- Update dependencies + engine version (f97297e)
- Migrate implementation to ESM (93c7255)
Release 4.0.0
- Update dependencies (bbdb5c7)
- Fix support for (continuation) pre-releases (b2b1275)
- Auto-format (ec42877)
- Fix release type for pre-release (1b1c83d)
Release 3.3.0
- Fix regex in JSON example (72b9669)
- Pass 'parserOpts' and 'writerOpts' to conventional-changelog-core (#32) (69aa6b0)
- Fix up docs re. new options (bf19b4e)
- Documentation for
gitRawCommitsOpts
(#30) (264443e)
Release 3.2.0
- Update release-it (bdf2949)
- Pass
context
and gitRawCommitsOpts
to conventional-changelog-core (9111a99)
- Don't throw for --no.git (3b1342f)
- Use
null
if there's no tagTemplate set (9dcc05c)
Release 3.1.1
- Use version fallback (without Git plugin) (8f91941)
Release 3.1.0
- Add
tagTemplate
(temporary) to fix tests (7768648)
- Add support for --no-increment (5333778)
- Add support for
tagPrefix
(ecd4374)
Release 3.0.1
- fix: --release-version not working if conventional-changelog is enabled (d1c0c78)
- Update docs (closes #18) (ad74134)
Release 3.0.0
- Update docs (1a91bb6)
- Update dependencies (33f860b)
- Add option to ignore recommended bump (80dcb69)
- Update docs + add
fetch-depth: 0
(related to #16) (a9364e5)