Skip to content

Commit

Permalink
chore: remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheBougere committed Jun 2, 2023
1 parent 6294e9b commit 5372e3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 167 deletions.
152 changes: 0 additions & 152 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^11.0.2",
"@types/jest": "^29.5.2",
"@types/jsonpath": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
Expand Down
11 changes: 0 additions & 11 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
module.exports = {
branches: ["main"],
tagFormat: "${version}",
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/changelog"],
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md"],
},
],
],
};

0 comments on commit 5372e3a

Please sign in to comment.