Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
fix: reorder semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Dec 28, 2018
1 parent 3881053 commit 6d49b57
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacefish",
"version": "1.11.0",
"version": "0.0.0-semantic-release",
"description": "A Fish Shell prompt for Astronauts",
"repository": "git@github.com:matchai/spacefish.git",
"author": "Matan Kushner <matchai@me.com>",
Expand All @@ -21,22 +21,14 @@
},
"release": {
"plugins": [
[
"@semantic-release/exec",
{
"prepareCmd": "./scripts/version.sh ${nextRelease.version}"
}
],
[
"@semantic-release/git",
{
"assets": [
"fish_prompt.fish"
]
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": "./scripts/version.sh ${nextRelease.version}"
}],
[ "@semantic-release/git", {
"assets": ["fish_prompt.fish"]
}],
"@semantic-release/github"
]
}
Expand Down

0 comments on commit 6d49b57

Please sign in to comment.