Skip to content

Commit ec5a272

Browse files
committed
add release note description
1 parent 62fa8de commit ec5a272

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/default_plugins.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
repository: "Flow-Launcher/Flow.Launcher.Plugin.BrowserBookmark"
7070
files: "Flow.Launcher.Plugin.BrowserBookmark.zip"
7171
tag_name: "v${{steps.updated-version-browserbookmark.outputs.prop}}"
72+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
7273
env:
7374
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
7475

@@ -95,6 +96,7 @@ jobs:
9596
repository: "Flow-Launcher/Flow.Launcher.Plugin.Calculator"
9697
files: "Flow.Launcher.Plugin.Calculator.zip"
9798
tag_name: "v${{steps.updated-version-calculator.outputs.prop}}"
99+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
98100
env:
99101
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
100102

@@ -121,6 +123,7 @@ jobs:
121123
repository: "Flow-Launcher/Flow.Launcher.Plugin.Explorer"
122124
files: "Flow.Launcher.Plugin.Explorer.zip"
123125
tag_name: "v${{steps.updated-version-explorer.outputs.prop}}"
126+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
124127
env:
125128
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
126129

@@ -147,6 +150,7 @@ jobs:
147150
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginIndicator"
148151
files: "Flow.Launcher.Plugin.PluginIndicator.zip"
149152
tag_name: "v${{steps.updated-version-pluginindicator.outputs.prop}}"
153+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
150154
env:
151155
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
152156

@@ -173,6 +177,7 @@ jobs:
173177
repository: "Flow-Launcher/Flow.Launcher.Plugin.PluginsManager"
174178
files: "Flow.Launcher.Plugin.PluginsManager.zip"
175179
tag_name: "v${{steps.updated-version-pluginsmanager.outputs.prop}}"
180+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
176181
env:
177182
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
178183

@@ -199,6 +204,7 @@ jobs:
199204
repository: "Flow-Launcher/Flow.Launcher.Plugin.ProcessKiller"
200205
files: "Flow.Launcher.Plugin.ProcessKiller.zip"
201206
tag_name: "v${{steps.updated-version-processkiller.outputs.prop}}"
207+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
202208
env:
203209
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
204210

@@ -225,6 +231,7 @@ jobs:
225231
repository: "Flow-Launcher/Flow.Launcher.Plugin.Program"
226232
files: "Flow.Launcher.Plugin.Program.zip"
227233
tag_name: "v${{steps.updated-version-program.outputs.prop}}"
234+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
228235
env:
229236
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
230237

@@ -251,6 +258,7 @@ jobs:
251258
repository: "Flow-Launcher/Flow.Launcher.Plugin.Shell"
252259
files: "Flow.Launcher.Plugin.Shell.zip"
253260
tag_name: "v${{steps.updated-version-shell.outputs.prop}}"
261+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
254262
env:
255263
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
256264

@@ -277,6 +285,7 @@ jobs:
277285
repository: "Flow-Launcher/Flow.Launcher.Plugin.Sys"
278286
files: "Flow.Launcher.Plugin.Sys.zip"
279287
tag_name: "v${{steps.updated-version-sys.outputs.prop}}"
288+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
280289
env:
281290
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
282291

@@ -303,6 +312,7 @@ jobs:
303312
repository: "Flow-Launcher/Flow.Launcher.Plugin.Url"
304313
files: "Flow.Launcher.Plugin.Url.zip"
305314
tag_name: "v${{steps.updated-version-url.outputs.prop}}"
315+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
306316
env:
307317
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
308318

@@ -329,6 +339,7 @@ jobs:
329339
repository: "Flow-Launcher/Flow.Launcher.Plugin.WebSearch"
330340
files: "Flow.Launcher.Plugin.WebSearch.zip"
331341
tag_name: "v${{steps.updated-version-websearch.outputs.prop}}"
342+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
332343
env:
333344
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}
334345

@@ -355,5 +366,6 @@ jobs:
355366
repository: "Flow-Launcher/Flow.Launcher.Plugin.WindowsSettings"
356367
files: "Flow.Launcher.Plugin.WindowsSettings.zip"
357368
tag_name: "v${{steps.updated-version-windowssettings.outputs.prop}}"
369+
body: Visit Flow's [release notes](https://github.com/Flow-Launcher/Flow.Launcher/releases) for changes.
358370
env:
359371
GITHUB_TOKEN: ${{ secrets.PUBLISH_PLUGINS }}

0 commit comments

Comments
 (0)