Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guoz24 authored May 12, 2021
1 parent 429d06a commit b2f6cf8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ To make changes:
1. Submit PRs to the `dev` branch for this package, LabKeyModules, UITesting, and any other related packages and request a review.
1. Merge PRs into `dev` branch. Update version number to a patch version (instead of beta version) and publish with `dev` tag. Remove the tag from npm via `npm dist-tag rm @immunespace/components fb_newcomponent`.
1. Submit `dev` -> `master` PRs. `dev` -> `master` PRs must pass all tests and go through code reveiw.
2. Swap out the `dev` tag for the `latest` tag in the final version.
```
npm dist-tag rm @immunespace/components dev
npm dist-tag add @immunespace/components@<latest version> latest
```
## Developing React-based modules for ImmuneSpace
Refer to [LabKey's documentation](https://www.labkey.org/Documentation/wiki-page.view?name=reactJSdev) for more docs on developing React modules.
Expand Down Expand Up @@ -62,4 +67,4 @@ ModuleName
Dependencies shared across modules are defined in [`LabKeyModules/package.json`](https://github.com/RGLab/LabKeyModules/blob/master/package.json). Any dependencies that are specific to a module should be defined in that module-specific `package.json`.
## Usage
Packages defined in this repo are intended for use in React-based modules in [LabKeyModules](https://github.com/RGLab/LabKeyModules).
Packages defined in this repo are intended for use in React-based modules in [LabKeyModules](https://github.com/RGLab/LabKeyModules).

0 comments on commit b2f6cf8

Please sign in to comment.