From b9e9446c278b81f8f9a527a8b258633ad557b610 Mon Sep 17 00:00:00 2001 From: JSC Date: Sun, 5 Oct 2025 17:50:09 +0200 Subject: [PATCH] Enhance release description with installation instructions for SDB Audio Extractor --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d19e38f..94776cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,16 @@ create-release: release: tag_name: '$CI_COMMIT_TAG' name: 'Release $CI_COMMIT_TAG' - description: 'Chrome extension for extracting audio from YouTube videos to your SDB soundboard. Download the zip file below, extract it, open Chrome at chrome://extensions/, enable Developer mode, and drag and drop the zip file onto the extensions page.' + description: | + ## SDB Audio Extractor ${CI_COMMIT_TAG} + + Chrome extension for extracting audio from YouTube videos to your SDB soundboard. + + ### Installation + 1. Download the `sdb-audio-extractor-${CI_COMMIT_TAG}.zip` file + 2. Open Chrome and go to `chrome://extensions/` + 3. Enable "Developer mode" + 4. Drag and drop the zip file onto the extensions page assets: links: - name: 'sdb-audio-extractor-$CI_COMMIT_TAG.zip'