mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-30 18:15:52 +01:00
Set new version in all package.json files
This commit is contained in:
@@ -37,16 +37,8 @@ const yarn = args => {
|
||||
}
|
||||
};
|
||||
|
||||
const version = version => {
|
||||
yarn([
|
||||
"run",
|
||||
"lerna",
|
||||
"--no-git-tag-version",
|
||||
"--no-push",
|
||||
"version",
|
||||
"--yes",
|
||||
version
|
||||
]);
|
||||
const version = v => {
|
||||
yarn(["run", "lerna", "--no-git-tag-version", "--no-push", "version", "--force-publish", "--yes", v]);
|
||||
};
|
||||
|
||||
const publish = () => {
|
||||
|
||||
Reference in New Issue
Block a user