We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1c6d9 commit fc74a24Copy full SHA for fc74a24
app/Commands/UpdateCommand.php
@@ -35,7 +35,7 @@ class UpdateCommand extends Command
35
*/
36
public function handle(AddReleaseNotesToChangelogAction $addReleaseNotesToChangelog, GitHubActionsOutput $gitHubActionsOutput)
37
{
38
- $latestVersion = $this->option('latest-version') ?: $this->ask('What version should the CHANGELOG should be updated too?');
+ $latestVersion = $this->option('latest-version') ?: $this->ask('What version should the CHANGELOG be updated too?');
39
$releaseNotes = $this->getReleaseNotes();
40
$releaseDate = $this->option('release-date');
41
$pathToChangelog = $this->option('path-to-changelog');
0 commit comments