Skip to content

Commit

Permalink
feat(semantic-release): Add upload install.yaml asset
Browse files Browse the repository at this point in the history
  • Loading branch information
akosveres committed May 12, 2022
1 parent 42e4ec8 commit 664b3c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
["@semantic-release/exec", {
"prepareCmd": "VERSION=${nextRelease.gitTag} make dry-run"
}],
["@semantic-release/github", {
"assets": [
{"path": "dry-run/manifests.yaml", "name": "install-${nextRelease.gitTag}.yaml", "label": "Kubernetes manifest files"}
]
}]
]
}
}

0 comments on commit 664b3c5

Please sign in to comment.