Skip to content

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

@sebastien-roch

Description

@sebastien-roch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions