-
Fork the repo
-
Create a branch
-
pnpm install
-
Start dev mode:
pnpm dev
-
Add your code
-
Add a changeset
📘 Note
Follow semver rules here.
- Assuming you've run
pnpm install
, runchangeset
(orpnpm exec changeset
). - The tool will split things into changed vs unchanged packages (which you may need if you decide to add changeset logs in a future PR for past features)
- Select the packages you want the changeset applied to using the arrow keys (up/down) and spacebar to "select" the package.
- Press enter to continue.
- The CLI will go through a progression of asking you which pacakges you previously selected need a major bump? Then a minor bump? Patch bumps assumed for remaining packages changed. Arrows and space bar to select. Enter to continue (even if you selected nothing).
- Enter a change (or press enter on empty to open your editor.)
Info
Full docs on the
changesets
tool can be found at the changesets/changests github repo. - Assuming you've run
-
If you're curious what the final build output might look like you can run
pnpm build
from root. -
Run all lint rules and tests with
pnpm check
from root.
forked from palantir/osdk-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
ewitkon/osdk-ts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Typescript related OSDK libraries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 98.7%
- JavaScript 0.9%
- Shell 0.2%
- Handlebars 0.1%
- CSS 0.1%
- HTML 0.0%