ci: add docker build to release and publish

ci: add assets to semantic-release
This commit is contained in:
Krise
2023-08-02 20:05:45 +00:00
parent bd902e99fe
commit 466754f8a3
4 changed files with 77 additions and 13 deletions

View File

@@ -18,7 +18,22 @@
"name": "beta",
"prerelease": true
}
]
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
"dist/**"
]
}
]
],
"preset": "angular"
},
"publishConfig": {
"access": "public"