feat: add admin-web Docker build & push workflow with semantic-release
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "tabatago-release-tooling",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Tooling de release monorepo (semantic-release). NE PAS confondre avec l'app iOS ni admin-web.",
|
||||
"scripts": {
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@markwylde/semantic-release-gitea": "^2.2.0",
|
||||
"@semantic-release/commit-analyzer": "^13.0.0",
|
||||
"@semantic-release/exec": "^7.0.0",
|
||||
"@semantic-release/git": "^10.0.0",
|
||||
"@semantic-release/release-notes-generator": "^14.0.0",
|
||||
"semantic-release": "^24.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user