Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0c606a0

Browse files
authored
Merge pull request #24 from launchdarkly/eb/ch118712/releaser-v2
use Releaser v2 config
2 parents 0a6d568 + 56c991e commit 0c606a0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.ldrelease/config.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
version: 2
2+
13
publications:
24
- url: https://www.npmjs.com/package/launchdarkly-node-server-sdk-dynamodb
35
description: npm
46

5-
releasableBranches:
7+
branches:
68
- name: master
79
description: 3.x
810
- name: 2.x
911
- name: 1.x
1012

11-
template:
12-
name: npm
13-
skip:
14-
- test # Running the unit tests would require installing DynamoDB. They've already been run in CI.
13+
jobs:
14+
- docker:
15+
image: node:12-buster
16+
template:
17+
name: npm
18+
skip:
19+
- test # Running the unit tests would require installing DynamoDB. They've already been run in CI.
1520

1621
documentation:
17-
githubPages: true
22+
gitHubPages: true
1823
title: LaunchDarkly Server-Side Node SDK DynamoDB Integration

0 commit comments

Comments
 (0)