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

Commit 337c8f7

Browse files
committed
add release metadata
1 parent 8e1206c commit 337c8f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.ldrelease/config.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
publications:
2+
- url: https://nuget.org/packages/LaunchDarkly.ServerSdk.Redis
3+
description: NuGet
4+
5+
releasableBranches:
6+
- name: master
7+
description: 2.x - for SDK 5.x + StackExchange.Redis 2.x
8+
- name: 1.x
9+
description: for SDK 5.x + StackExchange.Redis 1.x
10+
11+
circleci:
12+
windows:
13+
context: org-global
14+
env:
15+
LD_RELEASE_DOCS_TARGET_FRAMEWORK: net45
16+
17+
template:
18+
name: dotnet-windows
19+
skip:
20+
- test # tests require Redis - run them only in CI
21+
22+
documentation:
23+
title: LaunchDarkly SDK Redis Integration
24+
githubPages: true

0 commit comments

Comments
 (0)