Skip to content

Commit c871e95

Browse files
committed
add release metadata
1 parent 5d5ddcf commit c871e95

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.ldrelease/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
releasableBranches:
3+
- name: master
4+
description: uses AWS 2.x, requires Java 8+
5+
- name: aws-v1
6+
description: uses AWS 1.x, allows Java 7
7+
8+
publications:
9+
- url: https://oss.sonatype.org/content/groups/public/com/launchdarkly/launchdarkly-java-server-sdk-dynamodb-store/
10+
description: Sonatype
11+
- url: https://javadoc.io/doc/com.launchdarkly/launchdarkly-java-server-sdk-dynamodb-store
12+
description: documentation (javadoc.io)
13+
14+
template:
15+
name: gradle
16+
17+
documentation:
18+
githubPages: true

0 commit comments

Comments
 (0)