Skip to content

Commit

Permalink
Remove Experimental Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Jun 8, 2024
1 parent 260befd commit b70c68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}
';

Expand Down

0 comments on commit b70c68c

Please sign in to comment.