Skip to content

Commit

Permalink
chore: update release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Jun 19, 2024
1 parent c683caf commit 94d28b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Lint Typescript
strategy:
matrix:
node-version: ['20', '21']
node-version: ["20", "21"]
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Releasing each SDK is a two to three-step process:
<img src=".github/images/release-engine-ffi-sdk.png" width=600 />
</p>

1. Update the SDK to the new version that you want to release (i.e. update the version in `package.json` for Node, `setup.py` for Python, `flipt_client.gemspec` for Ruby).
1. Update the SDK to the new version that you want to release (i.e. update the version in `package.json` for Node, `pyproject.toml` for Python, `flipt_client.gemspec` for Ruby).
1. Commit and tag the SDK with the new version using the naming convention `flipt-client-{language}-{version}` (i.e. `flipt-client-node-v0.1.0`).
1. Push the tag to `origin`. This will trigger the appropriate GitHub Action to build, package, and publish the SDK.

Expand Down
11 changes: 3 additions & 8 deletions flipt-client-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"strict": true,
"esModuleInterop": true
},
"include": [
"src/**/*",
],
"exclude": [
"node_modules",
"dist/**/*"
]
}
"include": ["src/**/*"],
"exclude": ["node_modules", "dist/**/*"]
}
11 changes: 4 additions & 7 deletions flipt-engine-ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@

## [0.1.13](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.12...flipt-engine-ffi-v0.1.13) (2024-04-27)


### Bug Fixes

* **engine-ffi:** return error to caller on connection or parse json failures ([#254](https://github.com/flipt-io/flipt-client-sdks/issues/254)) ([aaf3377](https://github.com/flipt-io/flipt-client-sdks/commit/aaf33775ee0d61e94dab5043f7337f330a208cbf))
- **engine-ffi:** return error to caller on connection or parse json failures ([#254](https://github.com/flipt-io/flipt-client-sdks/issues/254)) ([aaf3377](https://github.com/flipt-io/flipt-client-sdks/commit/aaf33775ee0d61e94dab5043f7337f330a208cbf))

## [0.1.12](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.12...flipt-engine-ffi-v0.1.12) (2024-04-23)


### Miscellaneous Chores

* release 0.1.12 ([b6ee0e1](https://github.com/flipt-io/flipt-client-sdks/commit/b6ee0e1147dbdead09f8d64903ef5ab7d9fb2b94))
- release 0.1.12 ([b6ee0e1](https://github.com/flipt-io/flipt-client-sdks/commit/b6ee0e1147dbdead09f8d64903ef5ab7d9fb2b94))

## [0.1.11](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.10...flipt-engine-ffi-v0.1.11) (2024-04-10)


### Features

* Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55))
* wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))
- Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55))
- wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))

## [0.1.10](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.9...flipt-engine-ffi-v0.1.10) (2024-03-28)

Expand Down
4 changes: 2 additions & 2 deletions flipt-engine-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

### Features

* Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55))
* wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))
- Batch eval wasm ([#237](https://github.com/flipt-io/flipt-client-sdks/issues/237)) ([d50bf32](https://github.com/flipt-io/flipt-client-sdks/commit/d50bf329a55f21bd035395e6e695f9f63ef4ec55))
- wasm impl ([#217](https://github.com/flipt-io/flipt-client-sdks/issues/217)) ([3340d52](https://github.com/flipt-io/flipt-client-sdks/commit/3340d523b7f6bd94cec075cd2d4d4b0f6ddae5be))

0 comments on commit 94d28b8

Please sign in to comment.