Skip to content

Commit

Permalink
fix: missing semantic release config (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Feb 15, 2024
1 parent b5c15f7 commit 5d664b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "kordis",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"release": {
"branches": [
"main"
]
},
"scripts": {
"ng": "nx",
"serve:api": "nx serve api",
Expand Down

0 comments on commit 5d664b8

Please sign in to comment.