From f12913024b2eb8506a031e4e0ae557e063d4d31b Mon Sep 17 00:00:00 2001 From: JSC Date: Sun, 5 Oct 2025 17:59:05 +0200 Subject: [PATCH] Refactor release description for clarity and consistency in SDB Audio Extractor --- .gitlab-ci.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c13406..becdafd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,19 +42,10 @@ create-release: script: - echo "Creating release for $CI_COMMIT_TAG" release: - tag_name: "$CI_COMMIT_TAG" - name: "Release $CI_COMMIT_TAG" - 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 + tag_name: '$CI_COMMIT_TAG' + name: 'Release $CI_COMMIT_TAG' + description: 'Download the zip file below, open Chrome at chrome://extensions/, enable Developer mode, and drag and drop the zip file onto the extensions page.' assets: links: - - name: "sdb-audio-extractor-$CI_COMMIT_TAG.zip" - url: "$CI_PROJECT_URL/-/jobs/artifacts/$CI_COMMIT_TAG/raw/sdb-audio-extractor-$CI_COMMIT_TAG.zip?job=build-extension" + - name: 'sdb-audio-extractor-$CI_COMMIT_TAG.zip' + url: '$CI_PROJECT_URL/-/jobs/artifacts/$CI_COMMIT_TAG/raw/sdb-audio-extractor-$CI_COMMIT_TAG.zip?job=build-extension'