Skip to content

Commit

Permalink
upgrade gitignores and releasing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jashmenn committed Feb 3, 2020
1 parent 283bd82 commit d9fb4d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jspm_packages
.\#*
.vscode
packages/*/fullstackio-*-*.tgz
.DS_Store
10 changes: 9 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Releasing Core

1. Run lerna to bump and publish on npm

```
```shell
npm login # if you aren't already logged in
lerna publish --git-remote github
```
Expand All @@ -10,3 +12,9 @@ This will automatically:
- bump the versions
- git commit and push the tags
- push to npm

## Releasing a Canary

```shell
lerna publish --canary --preid treesitter --dist-tag treesitter --git-remote github --force-publish
```

0 comments on commit d9fb4d4

Please sign in to comment.