Skip to content

Commit

Permalink
chore: simplify release config
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Dec 1, 2024
1 parent cd9442b commit 921cf37
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 168 deletions.
4 changes: 0 additions & 4 deletions packages/common-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/common-cli",
"description": "Common library to share code among the `create-*` packages.",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"license": "MIT",
"author": "Tine Kondo ",
Expand Down
8 changes: 0 additions & 8 deletions packages/common-cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common-cli/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/common-jvm/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/common-jvm",
"description": "Common library to share code among the JVM-related plugins.",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"license": "MIT",
"author": "Tine Kondo ",
Expand Down
8 changes: 0 additions & 8 deletions packages/common-jvm/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common-jvm/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/common",
"description": "Common library to share code among the `@nxrocks/*` plugins.",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"license": "MIT",
"author": "Tine Kondo ",
Expand Down
8 changes: 0 additions & 8 deletions packages/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/common/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/create-nx-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/create-nx-flutter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-flutter/bin",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"implicitDependencies": ["nx-flutter"],
"targets": {
Expand Down
4 changes: 0 additions & 4 deletions packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/create-nx-ktor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-ktor/bin",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"implicitDependencies": ["nx-ktor"],
"targets": {
Expand Down
4 changes: 0 additions & 4 deletions packages/create-nx-micronaut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/create-nx-micronaut/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-micronaut/bin",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"implicitDependencies": ["nx-micronaut"],
"targets": {
Expand Down
4 changes: 0 additions & 4 deletions packages/create-nx-quarkus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/create-nx-quarkus/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-quarkus/bin",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"implicitDependencies": ["nx-quarkus"],
"targets": {
Expand Down
4 changes: 0 additions & 4 deletions packages/create-nx-spring-boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/create-nx-spring-boot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-spring-boot/bin",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"implicitDependencies": ["nx-spring-boot"],
"targets": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-flutter",
"description": "Nx plugin adding first class support for Flutter in your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-flutter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-flutter/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-ktor",
"description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-ktor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-ktor/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-melos/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-melos",
"description": "Nx plugin adding first class support for Melos in your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-melos/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-melos/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-micronaut",
"description": "Nx Plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-micronaut/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-micronaut/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-quarkus/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-quarkus",
"description": "Nx Plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-quarkus/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-quarkus/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down
4 changes: 0 additions & 4 deletions packages/nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nxrocks/nx-spring-boot",
"description": "Nx Plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down
8 changes: 0 additions & 8 deletions packages/nx-spring-boot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/nx-spring-boot/src",
"projectType": "library",
"release": {
"version": {
"generatorOptions": {
"packageRoot": "dist/{projectRoot}",
"currentVersionResolver": "git-tag"
}
}
},
"tags": [],
"targets": {
"build": {
Expand Down

0 comments on commit 921cf37

Please sign in to comment.