Skip to content

Commit 3748529

Browse files
committed
ci: use the github semantic-release plugin instead of the git plugin
1 parent e388523 commit 3748529

File tree

2 files changed

+8
-86
lines changed

2 files changed

+8
-86
lines changed

package-lock.json

Lines changed: 1 addition & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@commitlint/cli": "9.0.1",
4848
"@commitlint/config-conventional": "9.0.1",
4949
"@semantic-release/changelog": "5.0.1",
50-
"@semantic-release/git": "9.0.0",
5150
"babel-plugin-add-module-exports": "1.0.2",
5251
"chai": "4.2.0",
5352
"chai-string": "1.5.0",
@@ -75,21 +74,20 @@
7574
"@semantic-release/commit-analyzer",
7675
"@semantic-release/release-notes-generator",
7776
"@semantic-release/npm",
78-
"@semantic-release/github",
7977
[
80-
"@semantic-release/changelog",
81-
{
82-
"changelogTitle": "# [Changelog](http://keepachangelog.com/)\n\nThis project adheres to [Semantic Versioning](http://semver.org/)."
83-
}
84-
],
85-
[
86-
"@semantic-release/git",
78+
"@semantic-release/github",
8779
{
8880
"assets": [
8981
"CHANGELOG.md",
9082
"package.json"
9183
]
9284
}
85+
],
86+
[
87+
"@semantic-release/changelog",
88+
{
89+
"changelogTitle": "# [Changelog](http://keepachangelog.com/)\n\nThis project adheres to [Semantic Versioning](http://semver.org/)."
90+
}
9391
]
9492
]
9593
}

0 commit comments

Comments
 (0)