Skip to content

Commit 1c39f2c

Browse files
authored
Add support for releaser (#13)
1 parent 720be07 commit 1c39f2c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.ldrelease/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
3+
publications:
4+
- url: https://docs.rs/eventsource-client
5+
description: crates.io
6+
7+
jobs:
8+
- template:
9+
name: rust

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name = "eventsource-client"
33
version = "0.7.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
6-
authors = ["Sam Stokes <sstokes@launchdarkly.com>"]
6+
authors = ["LaunchDarkly"]
77
edition = "2018"
88
license = "Apache-2.0"
99
exclude = [
10-
".circleci/*",
10+
".circleci",
11+
".ldrelease"
1112
]
1213

1314
[dependencies]

0 commit comments

Comments
 (0)