We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use RMT with Git and I'm getting this error:
This is version 1.1.9.
Post-release-actions 1) Vcs Commit Action : OK 2) Vcs Tag Action : PHP Fatal error: Call to undefined method Liip\RMT\VCS\Git::getTagFromVersion() in /taso/opt/utah/dev/core/vendor/liip/rmt/src/Liip/RMT/Action/VcsTagAction.php on line 23 PHP Stack trace: PHP 1. {main}() /taso/opt/utah/dev/build/RMT:0 PHP 2. require() /taso/opt/utah/dev/build/RMT:4 PHP 3. Liip\RMT\Application->run() /taso/opt/utah/dev/core/vendor/liip/rmt/command.php:4 PHP 4. Symfony\Component\Console\Application->run() /taso/opt/utah/dev/core/vendor/liip/rmt/src/Liip/RMT/Application.php:70 PHP 5. Symfony\Component\Console\Application->doRun() /taso/opt/utah/dev/core/vendor/symfony/console/Application.php:123 PHP 6. Symfony\Component\Console\Application->doRunCommand() /taso/opt/utah/dev/core/vendor/symfony/console/Application.php:192 PHP 7. Liip\RMT\Command\BaseCommand->run() /taso/opt/utah/dev/core/vendor/symfony/console/Application.php:844 PHP 8. Symfony\Component\Console\Command\Command->run() /taso/opt/utah/dev/core/vendor/liip/rmt/src/Liip/RMT/Command/BaseCommand.php:40 PHP 9. Liip\RMT\Command\ReleaseCommand->execute() /taso/opt/utah/dev/core/vendor/symfony/console/Command/Command.php:259 PHP 10. Liip\RMT\Command\ReleaseCommand->executeActionListIfExist() /taso/opt/utah/dev/core/vendor/liip/rmt/src/Liip/RMT/Command/ReleaseCommand.php:150 PHP 11. Liip\RMT\Action\VcsTagAction->execute() /taso/opt/utah/dev/core/vendor/liip/rmt/src/Liip/RMT/Command/ReleaseCommand.php:162
This is my config
vcs: git version-generator: semantic version-persister: changelog prerequisites: [working-copy-check] post-release-actions: [vcs-commit, vcs-tag, vcs-publish, update-version-class]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use RMT with Git and I'm getting this error:
This is version 1.1.9.
This is my config
The text was updated successfully, but these errors were encountered: