Skip to content
New issue

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

Error "you must provide a [name] value" #68

Open
sebastien-roch opened this issue May 27, 2014 · 4 comments
Open

Error "you must provide a [name] value" #68

sebastien-roch opened this issue May 27, 2014 · 4 comments
Labels

Comments

@sebastien-roch
Copy link

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.

@jeanmonod
Copy link
Member

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
.

@sebastien-roch
Copy link
Author

nope, same error

@ppetermann
Copy link
Contributor

just a wild guess, comparing it to my configs, "changelog-update" i don't have quotes around it (i might be wrong)

@sebastien-roch
Copy link
Author

@ppetermann I didn't put quotes originally, and it was already exploding

@jeanmonod jeanmonod added the bug label Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants