Skip to content

Commit

Permalink
Merge branch 'main' into issue-1788
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Sep 5, 2024
2 parents 3a5e367 + 9960580 commit f9a2fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Command/Push/PushArtifactCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ protected function configure(): void
. 'To run additional build or sanitization steps (e.g. <options=bold>npm install</>), add a <options=bold>post-install-cmd</> script to your <options=bold>composer.json</> file: https://getcomposer.org/doc/articles/scripts.md#command-events')
->addUsage('--destination-git-branch=main-build')
->addUsage('--source-git-tag=foo-build --destination-git-tag=1.0.0')
->addUsage('[email protected]:example.git --destination-git-branch=main-build');
->addUsage('[email protected]:example.git --destination-git-branch=main-build')
->addUsage('[email protected]:example.git [email protected]:example.git --destination-git-branch=main-build');
}

protected function initialize(InputInterface $input, OutputInterface $output): void
Expand Down

0 comments on commit f9a2fcd

Please sign in to comment.