Skip to content

Commit

Permalink
Merge pull request #15 from octoml/efredin/release-mode
Browse files Browse the repository at this point in the history
fix: enable semantic releases
  • Loading branch information
efredin authored Apr 22, 2024
2 parents 6fc5c78 + aa419e6 commit ecf758a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ groups:
token: ${PYPI_TOKEN}
github:
repository: octoml/octoai-python-sdk-fern
mode: pull-request
config:
client:
class_name: BaseOctoAI
Expand Down Expand Up @@ -59,13 +58,12 @@ groups:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.15.0-rc1
# output:
# location: npm
# package-name: "@octoai/sdk"
# token: ${NPM_TOKEN}
output:
location: npm
package-name: "@octoai/sdk"
token: ${NPM_TOKEN}
github:
repository: octoml/octoai-typescript-sdk-fern
mode: pull-request
config:
namespaceExport: OctoAI
skipResponseValidation: true
Expand Down

0 comments on commit ecf758a

Please sign in to comment.