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
No related branches found
No related tags found
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 @@ ...@@ -103,5 +103,13 @@
} }
}, },
"useInferencePlugins": false, "useInferencePlugins": false,
"defaultBase": "master" "defaultBase": "master",
"release": {
"projects": [
"admin",
"alfa",
"info"
],
"projectsRelationship": "independent"
}
} }
\ No newline at end of file
{ {
"name": "alfa", "name": "alfa",
"version": "1.4.0-SNAPSHOT", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "nx run alfa:serve --port 4300 --disable-host-check", "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' {} + ...@@ -42,6 +42,8 @@ find . -name pom.xml -exec sed $SED_PARAMS 's/-SNAPSHOT//g' {} +
## release version auslesen ## 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) 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
echo "NEXT STEPS:" echo "NEXT STEPS:"
echo "***********" echo "***********"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment