Skip to content

Commit

Permalink
chore(release): update release with github plugin (#49)
Browse files Browse the repository at this point in the history
- fix some other pluging steps not loaded before
  • Loading branch information
DanielHabenicht authored Jun 25, 2019
1 parent ea850de commit 0a1e2a6
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions Phonebook.Frontend/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"branch": "master",
"verifyConditions": [],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/github",
"semantic-release-docker-test"
],
"verifyConfig": [
"@semantic-release/github",
"semantic-release-docker-test"
],
"prepare": [
Expand Down Expand Up @@ -61,10 +66,15 @@
{
"path": "@semantic-release/exec",
"cmd": "echo ##vso[build.addbuildtag]release"
}
},
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
],
"success": [
"@semantic-release/github"
],
"fail": [],
"success": [],
"analyzeCommits": "simple-commit-message",
"plugins": [
[
Expand All @@ -80,6 +90,16 @@
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
{
"path": "src/changelog.md",
"label": "Changelog"
}
]
}
]
]
}

0 comments on commit 0a1e2a6

Please sign in to comment.