You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: release.config.js
+6-17
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ module.exports = {
4
4
analyzeCommits: ['@semantic-release/commit-analyzer'],// Determine the type of release by analyzing commits with conventional-changelog
5
5
verifyConditions: [
6
6
'@semantic-release/changelog',// Verify the presence and the validity of the configuration
7
-
'@semantic-release/npm',// Verify the presence and the validity of the npm authentication and release configuration
8
-
'@semantic-release/github',// Verify the presence and the validity of the GitHub authentication and release configuration
7
+
9
8
'@semantic-release/git'// Verify the presence and the validity of the Git authentication and release configuration
10
9
],
11
10
generateNotes: ['@semantic-release/release-notes-generator'],// Generate release notes for the commits added since the last release with conventional-changelog
@@ -14,28 +13,18 @@ module.exports = {
14
13
'@semantic-release/npm',// Update the package.json version and create the npm package tarball
15
14
[
16
15
'@semantic-release/exec',// Execute a shell command to bump next version inside README.md / package.json
0 commit comments