Skip to content

Commit 16c71d4

Browse files
committed
fix(build): changelog title not respected
1 parent 47f774c commit 16c71d4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
## [0.16.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.1...0.16.2) (2020-11-16)
1+
# Changelog
22

3+
## [0.16.2](https://github.com/adobe/aio-cli-plugin-cloudmanager/compare/0.16.1...0.16.2) (2020-11-16)
34

45
### Bug Fixes
56

67
* **build:** semantic-release does not update readme, changelog or package.json in git ([c893959](https://github.com/adobe/aio-cli-plugin-cloudmanager/commit/c893959acc5c3af0efd60a63fa14f6dbbd329045))
78

8-
# Changelog
9-
109
## 0.16.0 (13/11/2020)
1110
- [**enhancement**] Restructure commands into topics [#151](https://github.com/adobe/aio-cli-plugin-cloudmanager/issues/151)
1211

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli-plugin-cloudmanager",
33
"description": "Cloud Manager commands for the Adobe I/O CLI",
4-
"version": "0.16.2",
4+
"version": "0.16.0",
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
77
"dependencies": {
@@ -119,7 +119,12 @@
119119
"plugins": [
120120
"@semantic-release/commit-analyzer",
121121
"@semantic-release/release-notes-generator",
122-
"@semantic-release/changelog",
122+
[
123+
"@semantic-release/changelog",
124+
{
125+
"changelogTitle": "# Changelog"
126+
}
127+
],
123128
"@semantic-release/npm",
124129
[
125130
"@semantic-release/git",

0 commit comments

Comments
 (0)