Skip to content

Commit 7f0aab4

Browse files
committed
Updated slack message on drone.io
1 parent 1828f61 commit 7f0aab4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.drone.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@ steps:
5353
channel: releases
5454
icon_url: https://avatars0.githubusercontent.com/u/46585558?s=32
5555
template: >
56-
Release <a href="https://github.com/{{repo.owner}}/{{repo.name}}/releases/tag/{{build.tag}}">{{build.tag}}</a> (build <a href="{{build.link}}">{{build.number}}</a>){{#success build.status}}succeeded{{else}}failed{{/success}}.
56+
Release {{build.tag}} (build {{build.number}}) {{#success build.status}}succeeded{{else}}failed{{/success}}.
57+
{{build.link}}
58+
5759
{{#success build.status}}
58-
<b>Availability:</b>
59-
<li>CDN: <a href="https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js">https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js</a></li>
60-
<li>npm: `npm install @author.io/elment-base@{{build.tag}}`</li>
60+
Availability:
61+
- CDN: https://cdn.author.io/{{repo.owner}}/{{repo.name}}/{{build.tag}}/author-{{repo.name}}.js
62+
- npm: `npm install @author.io/element-{{repo.name}}@{{build.tag}}`
63+
- Release: https://github.com/{{repo.owner}}/{{repo.name}}/releases/tag/{{build.tag}}
6164
{{/success}}
6265
when:
6366
event:

0 commit comments

Comments
 (0)