Skip to content

Commit

Permalink
Merge pull request #251 from creative-commoners/pulls/master/v
Browse files Browse the repository at this point in the history
ENH Do not prefix tag with v
  • Loading branch information
GuySartorelli authored Mar 5, 2024
2 parents 45d8d1a + 6e81b4c commit 84273a2
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 84273a2

Please sign in to comment.