From b70c68cf8bdebe7ba3b78e95963a4307882e3627 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 8 Jun 2024 14:01:49 +0200 Subject: [PATCH] Remove Experimental Flag --- README.md | 2 +- app/Commands/UpdateCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed7354..f733d72 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Optional. Tell the CLI explicitly to use the content between an "Unreleased Head ### `--hide-release-date` Optional. Don't add the release date to the release heading. -### `--parse-github-usernames` (experimental 🧪) +### `--parse-github-usernames` Optional. Look for GitHub usernames in `--release-notes` and linkify them. Currently not supported for release notes that are located in the existing changelog. ```diff diff --git a/app/Commands/UpdateCommand.php b/app/Commands/UpdateCommand.php index 2ed0f86..21fcd74 100644 --- a/app/Commands/UpdateCommand.php +++ b/app/Commands/UpdateCommand.php @@ -27,7 +27,7 @@ class UpdateCommand extends Command {--compare-url-target-revision=HEAD : Target revision used in the compare URL of possible "Unreleased" heading.} {--github-actions-output : Display GitHub Actions related output} {--hide-release-date : Hide release date in the new release heading.} - {--parse-github-usernames : Experimental: Find GitHub usernames in release notes and link to their profile.} + {--parse-github-usernames : Find GitHub usernames in release notes and link to their profile.} {--w|write : Write changes to file} ';