Skip to content

Commit

Permalink
fix: go build still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 2, 2020
1 parent fd5322f commit 034dca5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
"schemaLocation": "./build/schema.json",
"languages": { "ts": true, "go": true }
}],
["@semantic-release/exec", {
"prepareCmd": "cp ./build/* ."
}],
"@semantic-release/changelog",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
"assets": ["meta_schema.go", "CHANGELOG.md"],
"assets": ["build/meta_schema.go", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
Expand Down

0 comments on commit 034dca5

Please sign in to comment.