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
The following config make RMT release explode:
RMT release
pre-release-actions: - "bin/ShellScriptLauncher.php": command: "app/console assets:install web --symlink --env=prod" - "bin/ShellScriptLauncher.php": command: "app/console assetic:dump --env=prod" - "changelog-update": format: semantic - vcs-commit
error:
[Liip\RMT\Config\Exception] Config error: Missing information for [pre-release-actions_2], you must provide a [name] value
If I remove the changelog-update lines, it works. If I move the changelog-update to the top of the list, it works.
changelog-update
The text was updated successfully, but these errors were encountered:
Try
vcs-commit: ~
Sent from my phone Le 27 mai 2014 10:33, "Sébastien Roch" [email protected] a écrit :
The following config make RMT release explode: pre-release-actions: - "bin/ShellScriptLauncher.php": command: "app/console assets:install web --symlink --env=prod" - "bin/ShellScriptLauncher.php": command: "app/console assetic:dump --env=prod" - "changelog-update": format: semantic - vcs-commit error: [Liip\RMT\Config\Exception] Config error: Missing information for [pre-release-actions_2], you must provide a [name] value If I remove the changelog-update lines, it works. If I move the changelog-update to the top of the list, it works. — Reply to this email directly or view it on GitHubhttps://github.com//issues/68 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/68 .
Sorry, something went wrong.
nope, same error
just a wild guess, comparing it to my configs, "changelog-update" i don't have quotes around it (i might be wrong)
@ppetermann I didn't put quotes originally, and it was already exploding
No branches or pull requests
The following config make
RMT release
explode:error:
If I remove the
changelog-update
lines, it works. If I move thechangelog-update
to the top of the list, it works.The text was updated successfully, but these errors were encountered: