Skip to content

Commit

Permalink
Merge pull request #148 from launchdarkly/eb/ch118712/releaser-v2
Browse files Browse the repository at this point in the history
use Releaser v2 config
  • Loading branch information
eli-darkly authored Sep 23, 2021
2 parents d2528ed + 527f366 commit 8852138
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .ldrelease/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

repo:
public: python-server-sdk
private: python-server-sdk-private
Expand All @@ -8,15 +10,17 @@ publications:
- url: https://launchdarkly-python-sdk.readthedocs.io/en/latest/
description: documentation (readthedocs.io)

releasableBranches:
branches:
- name: master
description: 7.x
- name: 6.x

template:
name: python
env:
LD_SKIP_DATABASE_TESTS: 1
jobs:
- docker: {}
template:
name: python
env:
LD_SKIP_DATABASE_TESTS: 1

sdk:
displayName: "Python"

0 comments on commit 8852138

Please sign in to comment.