Skip to content

Commit

Permalink
fix: include git in release
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Sep 30, 2020
1 parent ff7a768 commit 1db88fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"assets": ["meta_schema.go", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/git",
"@semantic-release/github",
"@semantic-release/npm"
],
Expand All @@ -34,7 +35,8 @@
"schemaLocation": "./build/schema.json",
"languages": { "ts": true, "go": true }
}],
"@semantic-release/changelog"
"@semantic-release/changelog",
"@semantic-release/git"
],
"publish": [
["@semantic-release/github", {
Expand All @@ -46,7 +48,8 @@
}
]
}],
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/git"
],
"success": [
"@semantic-release/github"
Expand Down

0 comments on commit 1db88fc

Please sign in to comment.