Skip to content

Commit 8d0ffbe

Browse files
authoredJul 10, 2023
feat!: unified presets interface (#1045)
BREAKING CHANGE: Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.
1 parent 87914a3 commit 8d0ffbe

File tree

114 files changed

+1613
-1256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1613
-1256
lines changed
 

‎README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Conventional Changelog
22

3-
[![Build Status](https://travis-ci.org/conventional-changelog/conventional-changelog.svg?branch=master)](https://travis-ci.org/conventional-changelog/conventional-changelog)
4-
[![Coverage Status](https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master)](https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master?branch=master)
5-
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)
6-
[![community slack](http://devtoolscommunity.herokuapp.com/badge.svg)](http://devtoolscommunity.herokuapp.com)
3+
[![Build status][build]][build-url]
4+
[![Coverage status][coverage]][coverage-url]
75

8-
_Having problems? want to contribute? join our [community slack](http://devtoolscommunity.herokuapp.com)_.
6+
[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master
7+
[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions
98

10-
> Generate a CHANGELOG from git metadata
9+
[coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master
10+
[coverage-url]: https://coveralls.io/github/conventional-changelog/conventional-changelog?branch=master
11+
12+
Generate a CHANGELOG from git metadata.
1113

1214
## About this Repo
1315

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"pinkie-promise": "^2.0.1",
6161
"rimraf": "^3.0.2",
6262
"safe-buffer": "5.2.1",
63-
"semver": "^7.0.0",
63+
"semver": "^7.5.2",
6464
"sinon": "^15.0.0",
6565
"sinon-chai": "^3.7.0",
6666
"tmp": "^0.2.1",

0 commit comments

Comments
 (0)