conventional-changelog 3.1.6 → 3.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/README.md +2 -15
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.1.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.9...conventional-changelog@3.1.10) (2019-07-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package conventional-changelog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.1.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.8...conventional-changelog@3.1.9) (2019-05-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package conventional-changelog
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.1.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.7...conventional-changelog@3.1.8) (2019-05-05)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package conventional-changelog
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [3.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.6...conventional-changelog@3.1.7) (2019-05-02)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package conventional-changelog
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [3.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.5...conventional-changelog@3.1.6) (2019-05-02)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package conventional-changelog
|
package/README.md
CHANGED
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
> Generate a changelog from git metadata
|
|
4
4
|
|
|
5
|
-
It's recommended to use high level [standard-version](https://github.com/conventional-changelog/standard-version).
|
|
6
|
-
Alternatively, you are probably looking for the [cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) module.
|
|
7
|
-
Or use one of the plugins if you are already using the tool: [grunt](https://github.com/btford/grunt-conventional-changelog)/[gulp](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/gulp-conventional-changelog)/[atom](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-atom).
|
|
8
5
|
|
|
9
6
|
## Usage
|
|
10
7
|
|
|
8
|
+
You most likely only need to use this module if you're building a library that provides an abstraction on top of conventional commits, See [Getting started](https://github.com/conventional-changelog/conventional-changelog#getting-started) if you're an end-user.
|
|
9
|
+
|
|
11
10
|
```sh
|
|
12
11
|
$ npm install --save conventional-changelog
|
|
13
12
|
```
|
|
@@ -51,20 +50,8 @@ A scoped preset package such as `@scope/conventional-changelog-custom-preset` ca
|
|
|
51
50
|
|
|
52
51
|
**NOTE:** `options.config` will be overwritten by the values of preset. You should use either `preset` or `config`, but not both.
|
|
53
52
|
|
|
54
|
-
|
|
55
53
|
## [Notes for parent modules](https://github.com/conventional-changelog/conventional-changelog-core#notes-for-parent-modules)
|
|
56
54
|
|
|
57
|
-
## Related
|
|
58
|
-
|
|
59
|
-
- [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) - cli of this module
|
|
60
|
-
- [standard-changelog](https://github.com/conventional-changelog/standard-changelog) - Similar to this module but only with angular convention
|
|
61
|
-
- [conventional-github-releaser](https://github.com/conventional-changelog/conventional-github-releaser) - Make a new GitHub release from git metadata
|
|
62
|
-
- [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump) - Get a recommended version bump based on conventional commits
|
|
63
|
-
- [conventional-commits-detector](https://github.com/conventional-changelog/conventional-commits-detector) - Detect what commit message convention your repository is using
|
|
64
|
-
- [commitizen](https://github.com/commitizen/cz-cli) - Simple commit conventions for internet citizens.
|
|
65
|
-
- [angular-precommit](https://github.com/ajoslin/angular-precommit) - Pre commit with angular conventions
|
|
66
|
-
- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages
|
|
67
|
-
|
|
68
55
|
## License
|
|
69
56
|
|
|
70
57
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.10",
|
|
4
4
|
"description": "Generate a changelog from git metadata",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"conventional-changelog-angular": "^5.0.3",
|
|
39
39
|
"conventional-changelog-atom": "^2.0.1",
|
|
40
40
|
"conventional-changelog-codemirror": "^2.0.1",
|
|
41
|
-
"conventional-changelog-conventionalcommits": "^
|
|
42
|
-
"conventional-changelog-core": "^
|
|
41
|
+
"conventional-changelog-conventionalcommits": "^4.1.0",
|
|
42
|
+
"conventional-changelog-core": "^4.0.0",
|
|
43
43
|
"conventional-changelog-ember": "^2.0.2",
|
|
44
44
|
"conventional-changelog-eslint": "^3.0.2",
|
|
45
45
|
"conventional-changelog-express": "^2.0.1",
|
|
46
46
|
"conventional-changelog-jquery": "^3.0.4",
|
|
47
47
|
"conventional-changelog-jshint": "^2.0.1",
|
|
48
|
-
"conventional-changelog-preset-loader": "^2.
|
|
48
|
+
"conventional-changelog-preset-loader": "^2.2.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"test-windows": "mocha --timeout 30000"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "dadbbf8b1acbe4b3a8f345633bde3f4a4ad0bea4"
|
|
54
54
|
}
|