Skip to content

Commit

Permalink
build(octra): prepare deployment of Octra 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 19, 2025
1 parent 3bb236b commit 7c826d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion apps/octra/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,18 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "angular"
"preset": "angular",
"postTargets": ["octra:github"],
"baseBranch": "main",
"releaseAs": "patch",
"commitMessageFormat": "build({projectName}): release version ${version}"
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notes": "${notes}"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "octra",
"name": "octra-source",
"version": "2.0.0",
"license": "MIT",
"author": "Julian Pömp, Christoph Draxler; Institut für Phonetik und Sprachverarbeitung, LMU München",
Expand All @@ -24,6 +24,7 @@
"package:octra:dev": "cd dist/apps && zip -q -r octra-2-dev.zip octra && cd -",
"deploy:octra:prod:beta": "npm run build:prod:update:beta && npm run package:octra:prod && ./deploy.sh octra-2",
"package:octra:prod": "cd dist/apps && zip -q -r octra-2.zip octra && cd -",
"release:app:octra": "npm run build:prod && nx run octra:version --push",
"release:lib:annotation": "node runner.js build:lib annotation && nx run annotation:version --push",
"publish:lib:annotation": "node runner.js build:lib annotation && nx npm annotation",
"release:lib:assets": "node runner.js build:assets && nx run assets:version --releaseAs=patch --push",
Expand Down

0 comments on commit 7c826d8

Please sign in to comment.