Skip to content

Commit

Permalink
feat(greenhouse): Greenhouse improvements (#30)
Browse files Browse the repository at this point in the history
* improving readme

* adding job openings to greenhouse

* bump patch

* improve README

* new package version
  • Loading branch information
pellicceama authored Oct 19, 2024
1 parent 4b1ecdd commit 99164de
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,13 @@ On the other hand OpenSDKs is most valuable when you are working with multiple 3

0. Ensure you have built the CLI by running `cd packages/cli && pnpm install && pnpm run build`
1. Make any changes to the `src` folder of the package, usually in the `src/{name}.oas.ts` file
2. Run `turbo run generate --filter {package-name i.e. sdk-qbo}` to build the package
3. Ensure that your changes made it to the auto generated files in the package top level folder (i.e. `{name}.oas.types.d.ts` & `{name}.oas.json`)
4. Make sure you have bumped the version in `package.json` of the package you are releasing
5. Run `pnpm run release` to release the package from the directory of the package
2. Run `turbo run download --filter {package-name i.e. sdk-qbo}` to download the package
3. Run `turbo run generate --filter {package-name i.e. sdk-qbo}` to generate the package
4. Run `turbo run build --filter {package-name i.e. sdk-qbo}` to build the package
5. Ensure that your changes made it to the auto generated files in the package top level folder (i.e. `{name}.oas.types.d.ts` & `{name}.oas.json`)
6. Make sure you have bumped the version in `package.json` of the package you are releasing
7. Run `pnpm -r publish --no-git-checks` to release the package from the directory of the package
8. Push your changes to the repository

## Community

Expand Down
21 changes: 21 additions & 0 deletions sdks/sdk-greenhouse/greenhouse.oas.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions sdks/sdk-greenhouse/greenhouse.oas.types.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdks/sdk-greenhouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensdks/sdk-greenhouse",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"exports": {
".": {
Expand Down
15 changes: 15 additions & 0 deletions sdks/sdk-greenhouse/src/greenhouse.oas.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99164de

Please sign in to comment.