Skip to content

Commit

Permalink
Merge pull request #26 from sonatype-nexus-community/fix/license-type…
Browse files Browse the repository at this point in the history
…script

fix: missing license in generated Typescript-Fetch library
  • Loading branch information
madpah authored Nov 25, 2024
2 parents 709e04e + 582faf4 commit ade0c16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true

env:
OPEN_API_GENERATOR_VERSION: 'v7.9.0'
OPEN_API_GENERATOR_VERSION: 'v7.10.0'
PYTHON_VERSION_DEFAULT: '3.12'
POETRY_VERSION: '1.8.1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
OPEN_API_GENERATOR_VERSION: 'v7.9.0'
OPEN_API_GENERATOR_VERSION: 'v7.10.0'
PYTHON_VERSION_DEFAULT: '3.12'
POETRY_VERSION: '1.8.1'
THIS_VERSION: $(echo "${{ github.ref_name }}" | cut -d 'v' -f2)
Expand Down
1 change: 1 addition & 0 deletions typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
outputDir: /local/out/typescript
generatorName: typescript-fetch
additionalProperties:
licenseName: "Apache-2.0"
npmName: "@sonatype/nexus-iq-api-client"
supportsES6: true
withInterfaces: true

0 comments on commit ade0c16

Please sign in to comment.