Skip to content

Commit 00982c5

Browse files
arturfracalaArtur Fracala
and
Artur Fracala
authoredFeb 6, 2025··
feat: delete changelog (#1548)
* feat: delete changelog * feat: update package-lock.json --------- Co-authored-by: Artur Fracala <[email protected]>
1 parent 5b2f85a commit 00982c5

File tree

3 files changed

+1
-121
lines changed

3 files changed

+1
-121
lines changed
 

‎.releaserc.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6-
"@semantic-release/changelog",
7-
[
8-
"@semantic-release/git",
9-
{
10-
"assets": ["package.json", "CHANGELOG.md"],
11-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
12-
}
13-
]
6+
"@semantic-release/github"
147
]
158
}

‎package-lock.json

-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@
6767
"@commitlint/cli": "^16.0.0",
6868
"@commitlint/config-conventional": "^16.0.0",
6969
"@netlify/plugin-nextjs": "^3.9.2",
70-
"@semantic-release/changelog": "^5.0.1",
7170
"@semantic-release/commit-analyzer": "^9.0.1",
72-
"@semantic-release/git": "^9.0.0",
7371
"@semantic-release/release-notes-generator": "^10.0.3",
7472
"husky": "^8.0.0",
7573
"netlify-cli": "^8.6.21",

0 commit comments

Comments
 (0)
Please sign in to comment.