Skip to content

Commit

Permalink
chore: give up on semantic committing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Jun 7, 2021
1 parent 3a74936 commit 782cd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Change Log
====================================================================================================
All notable changes will be documented in this file.
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).

==========

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

[v9.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v9.0.0) (2020-04-21)
----------------------------------------------------------------------------------------------------
Expand Down
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
"@jsdevtools/eslint-config": "^1.0.7",
"@jsdevtools/host-environment": "^2.1.2",
"@jsdevtools/karma-config": "^3.1.7",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/node": "^14.14.21",
"chai-subset": "^1.6.0",
"chai": "^4.2.0",
Expand All @@ -84,7 +82,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"semantic-release-plugin-update-version-in-files",
{
Expand All @@ -107,16 +104,6 @@
}
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md",
"dist/**"
]
}
],
"@semantic-release/github"
]
}
Expand Down

0 comments on commit 782cd6d

Please sign in to comment.