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

Commit 25933ca

Browse files
authored
Merge pull request #10 from launchdarkly/eb/ch118712/releaser-v2
use Releaser v2 config
2 parents c01a51b + 3af1d1c commit 25933ca

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,17 +1,22 @@
1+
version: 2
2+
13
publications:
24
- url: https://www.npmjs.com/package/launchdarkly-node-server-sdk-consul
35
description: npm
46

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

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

1520
documentation:
16-
githubPages: true
21+
gitHubPages: true
1722
title: LaunchDarkly Server-Side Node SDK Consul Integration

0 commit comments

Comments
 (0)