Skip to content

Commit 793eae1

Browse files
mortikclaude
andcommitted
feat: add store delay notice to Discord release notification
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c59601e commit 793eae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
-d "$(jq -n \
235235
--arg title "Fleetyards Sync ${TAG_NAME} released!" \
236236
--arg url "$RELEASE_URL" \
237-
--arg description "$RELEASE_BODY" \
237+
--arg description "$RELEASE_BODY"$'\n\n'"_Note: It may take some time for the update to appear in the Chrome Web Store and Firefox Add-ons._" \
238238
'{
239239
embeds: [{
240240
title: $title,

0 commit comments

Comments
 (0)