Skip to content

Commit

Permalink
ENH Do not prefix tag with v
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 5, 2024
1 parent 45d8d1a commit 6e81b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Steps/Release/PublishRelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected function createGitHubRelease(OutputInterface $output, LibraryRelease $
// Log release
$version = $release->getVersion();
$tag = $version->getValue();
$this->log($output, "Creating github release <info>{$org}/{$repo} v{$tag}</info>");
$this->log($output, "Creating github release <info>{$org}/{$repo} {$tag}</info>");

$client = $this->getGithubClient($output);
/** @var Repo $reposAPI */
Expand Down

0 comments on commit 6e81b4c

Please sign in to comment.