Skip to content
Snippets Groups Projects
Commit 2a2a2ef2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6175 OZG-7382 configure nx release

parent d501a5bb
Branches
Tags
No related merge requests found
{
"name": "admin",
"version": "1.4.0-SNAPSHOT"
}
\ No newline at end of file
{
"name": "alfa",
"version": "2.18.0-SNAPSHOT"
}
\ No newline at end of file
{
"name": "info",
"version": "1.4.0-SNAPSHOT"
}
\ No newline at end of file
......@@ -103,5 +103,13 @@
}
},
"useInferencePlugins": false,
"defaultBase": "master"
}
"defaultBase": "master",
"release": {
"projects": [
"admin",
"alfa",
"info"
],
"projectsRelationship": "independent"
}
}
\ No newline at end of file
{
"name": "alfa",
"version": "1.4.0-SNAPSHOT",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run alfa:serve --port 4300 --disable-host-check",
......
......@@ -42,6 +42,8 @@ find . -name pom.xml -exec sed $SED_PARAMS 's/-SNAPSHOT//g' {} +
## release version auslesen
NEWVERSION=$(xmlstarlet sel -N w="http://maven.apache.org/POM/4.0.0" -t -v '//w:project/w:version' -n pom.xml)
(cd alfa-client && nx release version --projects alfa -d $NEWVERSION)
echo
echo "NEXT STEPS:"
echo "***********"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment