Skip to content

Commit ce23669

Browse files
author
Phil Sturgeon
authored
Merge pull request #237 from APIDevTools/chore/fix-release
Abandon semantic-release/changelog
2 parents 96e7eef + 782cd6d commit ce23669

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Change Log
2-
====================================================================================================
3-
All notable changes will be documented in this file.
4-
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).
5-
2+
==========
63

4+
See [GitHub Releases](https://github.com/APIDevTools/json-schema-ref-parser/releases) for more information on newer releases.
75

86
[v9.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v9.0.0) (2020-04-21)
97
----------------------------------------------------------------------------------------------------

package.json

-13
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
"@jsdevtools/eslint-config": "^1.0.7",
6060
"@jsdevtools/host-environment": "^2.1.2",
6161
"@jsdevtools/karma-config": "^3.1.7",
62-
"@semantic-release/changelog": "^5.0.1",
63-
"@semantic-release/git": "^9.0.0",
6462
"@types/node": "^14.14.21",
6563
"chai-subset": "^1.6.0",
6664
"chai": "^4.2.0",
@@ -84,7 +82,6 @@
8482
"plugins": [
8583
"@semantic-release/commit-analyzer",
8684
"@semantic-release/release-notes-generator",
87-
"@semantic-release/changelog",
8885
[
8986
"semantic-release-plugin-update-version-in-files",
9087
{
@@ -107,16 +104,6 @@
107104
}
108105
}
109106
],
110-
[
111-
"@semantic-release/git",
112-
{
113-
"assets": [
114-
"package.json",
115-
"CHANGELOG.md",
116-
"dist/**"
117-
]
118-
}
119-
],
120107
"@semantic-release/github"
121108
]
122109
}

0 commit comments

Comments
 (0)