Skip to content

Commit

Permalink
Don't tag releases with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jul 28, 2020
1 parent f683d01 commit 0c1ce63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# build artifacts
build
out
coverage
coverage

# lerna likes to change this file
lerna.json
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ Every pull request and merge to the `main` branch has the [`continuous-integrati

#### Releases

Running `npm run version` in the root of the repo will ask for a new version via lerna. This will bump all of the `package.json` files.

`npm install` must then be run to update all of the `package-lock.json` files.
Running `npm run version` in the root of the repo will ask for a new version via lerna. This will bump all of the `package.json` files and create a commit for the version.

##### Automatic Release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:editor": "lerna run --scope loom-editor lint",
"lint:extension": "lerna run --scope yarn-spinner-loom lint",
"lint": "prettier --check **/*.{js,ts,tsx,md,json} && lerna run lint",
"version": "lerna version --no-push"
"version": "lerna version --no-push --no-git-tag-version"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down

0 comments on commit 0c1ce63

Please sign in to comment.