Skip to content

Commit

Permalink
erg
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jan 31, 2024
1 parent f24638b commit 71c764d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 586 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"libsDir": "packages"
},
"release": {
"projects": ["rust"],
"projects": ["rust", "typescript-nx-imports-plugin"],
"projectsRelationship": "independent",
"version": {
"conventionalCommits": true
}
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@jscutlery/semver": "^2.29.0",
"@nx/eslint": "17.3.0",
"@nx/eslint-plugin": "17.3.0",
"@nx/jest": "17.3.0",
Expand All @@ -46,7 +45,6 @@
"jsonc-eslint-parser": "^2.1.0",
"nx": "17.3.0",
"prettier": "2.8.0",
"semver": "7.5.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ltd/j-toml": "1.38.0",
"chalk": "^4.1.2",
"nx": "17.3.0",
"semver": "7.5.3",
"semver": "7.3.5",
"tslib": "^2.0.0"
}
}
4 changes: 0 additions & 4 deletions packages/rust/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
}
]
}
},
"publish": {
"command": "node tools/scripts/publish.mjs rust {args.ver} {args.tag}",
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
6 changes: 0 additions & 6 deletions packages/typescript-nx-imports-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"main": "packages/typescript-nx-imports-plugin/src/index.ts",
"assets": ["packages/typescript-nx-imports-plugin/*.md"]
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional"
}
}
},
"tags": []
Expand Down
65 changes: 0 additions & 65 deletions tools/scripts/publish.mjs

This file was deleted.

Loading

0 comments on commit 71c764d

Please sign in to comment.