Skip to content

Commit

Permalink
fix: update order of release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 29, 2020
1 parent b0ac8c1 commit ea86568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
["@semantic-release/exec", {
"prepareCmd": "sed -i \"s\/image:\\s*[\\\"\\']\\?[^\\\"\\'[:space:]]\\+[\\\"\\']\\?\/image: docker:\\\/\\\/ghcr.io\\\/newrelic\\\/repolinter-action:${nextRelease.gitTag}\/\" action.yml"
}],
"@semantic-release/github",
["@semantic-release/npm", {
"npmPublish": false
}],
["@semantic-release/git", {
"assets": ["dist/*", "CHANGELOG.md", "package.json", "package-lock.json", "action.yml"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}],
["@semantic-release/exec", {
"prepareCmd": "sed -i \"s\/image:\\s*[\\\"\\']\\?[^\\\"\\'[:space:]]\\+[\\\"\\']\\?\/image: docker:\\\/\\\/ghcr.io\\\/newrelic\\\/repolinter-action:${nextRelease.gitTag}\/\" action.yml"
}]
],
"dryRun": false,
Expand Down

0 comments on commit ea86568

Please sign in to comment.