Skip to content

Commit ea753af

Browse files
committed
Auto merge of #7663 - delan:delan/Bitbucket-Pipelines-badges, r=Eh2406
document support for Bitbucket Pipelines badges - merge after rust-lang/crates.io#1934
2 parents 0e186bf + a4a133f commit ea753af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/doc/src/reference/manifest.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ license-file = "..."
274274
# Optional specification of badges to be displayed on crates.io.
275275
#
276276
# - The badges pertaining to build status that are currently available are
277-
# Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps and TravisCI.
277+
# Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps, Travis CI and Bitbucket
278+
# Pipelines.
278279
# - Available badges pertaining to code test coverage are Codecov and
279280
# Coveralls.
280281
# - There are also maintenance-related badges based on isitmaintained.com
@@ -309,6 +310,9 @@ azure-devops = { project = "...", pipeline = "...", build="2" }
309310
# `branch` is optional; default is `master`
310311
travis-ci = { repository = "...", branch = "master" }
311312

313+
# Bitbucket Pipelines: `repository` is required. `branch` is required
314+
bitbucket-pipelines = { repository = "...", branch = "master" }
315+
312316
# Codecov: `repository` is required. `branch` is optional; default is `master`
313317
# `service` is optional; valid values are `github` (default), `bitbucket`, and
314318
# `gitlab`.

0 commit comments

Comments
 (0)