-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathconfig.yml
More file actions
24 lines (21 loc) · 831 Bytes
/
config.yml
File metadata and controls
24 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 2
repo:
public: ld-openapi
private: ld-openapi-private
publications:
- url: https://oss.sonatype.org/content/groups/public/com/launchdarkly/api-client/
description: Java client (Sonatype)
- url: https://www.javadoc.io/doc/com.launchdarkly/api-client
description: Java docs (Javadoc)
- url: https://www.npmjs.com/package/launchdarkly-api
description: JavaScript client (NPM)
- url: https://pypi.org/project/launchdarkly-api/
description: Python client (PyPi)
- url: https://rubygems.org/gems/launchdarkly_api
description: Ruby client (RubyGems)
- url: https://www.rubydoc.info/gems/launchdarkly_api
description: Ruby docs (RubyDoc)
jobs:
- docker:
image: ldcircleci/openapi-release:1 # defined in https://github.com/launchdarkly/sdks-ci-docker
copyGitHistory: true