Commit 63e3beb 3 people authored and committed
1 parent cfefcf1 commit 63e3beb Copy full SHA for 63e3beb
File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 6
6
- event : tag
7
7
8
8
steps :
9
- mastodon-toot :
9
+ - name : mastodon-toot
10
10
image : docker.io/woodpeckerci/plugin-mastodon-post
11
11
settings :
12
12
server : https://floss.social
@@ -16,10 +16,18 @@ steps:
16
16
ai_token :
17
17
from_secret : openai_token
18
18
ai_prompt : |
19
- We want to present the next version of our app on Twitter .
19
+ We want to present the next version of our app on Mastodon .
20
20
Therefore we want to post a catching text, so users will know why they should
21
- update to the newest version. If there is no special feature included
22
- just summarize the changes in a few sentences. Use #WoodpeckerCI, #release and
23
- additional fitting hashtags and emojis to make the post more appealing.
21
+ update to the newest version. Highlight the most special features. If there is no special feature
22
+ included just summarize the changes in a few sentences. The whole text should not be longer than 240
23
+ characters. Avoid naming contributors from. Use #WoodpeckerCI, #release and
24
+ additional fitting hashtags and emojis to make the post more appealing
24
25
25
26
The changelog entry: {{ changelog }}
27
+ - name : discord
28
+ image : docker.io/appleboy/drone-discord:1.3.1
29
+ settings :
30
+ webhook_id : 1236558396820295711
31
+ webhook_token :
32
+ from_secret : discord_token
33
+ message : ' **{{ build.tag }}** was released: <https://github.com/woodpecker-ci/woodpecker/releases/tag/{{ build.tag }}>'
You can’t perform that action at this time.
0 commit comments