Skip to content

Commit 5f70f18

Browse files
authored
use Releaser v2 config + add badge links in readme (#72)
* use Releaser v2 config + add badge links in readme * fix badge URL
1 parent 72a3439 commit 5f70f18

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.ldrelease/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
repo:
24
public: php-server-sdk
35
private: php-server-sdk-private
@@ -6,12 +8,12 @@ publications:
68
- url: https://packagist.org/packages/launchdarkly/server-sdk
79
description: Packagist
810

9-
circleci:
10-
linux:
11-
image: ldcircleci/php-sdk-release:1 # built in sdks-ci-docker project, contains PHP 7.3 + phpDocumentor 3
11+
jobs:
12+
- docker:
13+
image: ldcircleci/php-sdk-release:1 # built in sdks-ci-docker project, contains PHP 7.3 + phpDocumentor 3
1214

1315
documentation:
14-
githubPages: true
16+
gitHubPages: true
1517

1618
sdk:
1719
displayName: "PHP"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LaunchDarkly Server-side SDK for PHP
22

33
[![Circle CI](https://img.shields.io/circleci/project/launchdarkly/php-server-sdk.png)](https://circleci.com/gh/launchdarkly/php-server-sdk)
4+
[![Packagist](https://img.shields.io/packagist/v/launchdarkly/server-sdk.svg?style=flat-square)](https://packagist.org/packages/launchdarkly/server-sdk)
5+
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/php-server-sdk)
46

57
## LaunchDarkly overview
68

0 commit comments

Comments
 (0)