Error: 
  × There are problems with the defined workflows

Error: 
  × Problem with workflow Cannot SelectJiraIssue without Jira config

Error: step::jira_not_configured (https://knope-dev.github.io/knope/config/jira.html)

  × Jira is not configured
  help: Jira must be configured in order to call this step
Error: 
  × Problem with workflow Cannot TransitionJiraIssue without SelectJiraIssue

Error: step::no_issue_selected

  × No issue selected
  help: You must call SelectJiraIssue or SelectGitHubIssue before calling
        this step
Error: 
  × Problem with workflow Cannot SelectGitHubIssue without GitHub config

Error: step::github_not_configured (https://knope-dev.github.io/knope/config/github.html)

  × GitHub is not configured
  help: GitHub must be configured in order to call this step
Error: 
  × Problem with workflow Cannot SwitchBranches without first selecting an
  │ issue

Error: step::no_issue_selected

  × No issue selected
  help: You must call SelectJiraIssue or SelectGitHubIssue before calling
        this step
Error: 
  × Problem with workflow Cannot use Version variable when no metadata file
  │ is found

Error: step::no_defined_packages (https://knope-dev.github.io/knope/config/packages.html)

  × No packages are defined
  help: You must define at least one package in the [[packages]]
        section of knope.toml. No supported package managers found in
        current directory. The supported formats are Cargo.toml, go.mod,
        package.json, pyproject.toml. Here's how you might define a package
        for `Cargo.toml`:
        
        ```
        [[packages]]
        versioned_files = ["Cargo.toml"]
        changelog = "CHANGELOG.md"
        ```
Error: 
  × Problem with workflow Cannot release without PrepareRelease

Error: step::release_not_prepared (https://knope-dev.github.io/knope/config/step/PrepareRelease.html)

  × PrepareRelease needs to occur before this step
  help: You must call the PrepareRelease step before this one.
Error: 
  × Problem with workflow Cannot PrepareRelease with no configured packages

Error: step::no_defined_packages (https://knope-dev.github.io/knope/config/packages.html)

  × No packages are defined
  help: You must define at least one package in the [[packages]]
        section of knope.toml. No supported package managers found in
        current directory. The supported formats are Cargo.toml, go.mod,
        package.json, pyproject.toml. Here's how you might define a package
        for `Cargo.toml`:
        
        ```
        [[packages]]
        versioned_files = ["Cargo.toml"]
        changelog = "CHANGELOG.md"
        ```

