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

Generate command ended successfuly but no changelog file was generated #2

Open
aksafan opened this issue Dec 30, 2019 · 1 comment
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@aksafan
Copy link

aksafan commented Dec 30, 2019

Generate command ended successfuly but no changelog file was generated.

Console output of composer changelog:generate:

➜ ✗ composer changelog:generate
Generating changelog output for my/library
Done
@allanpaiste allanpaiste added the bug Something isn't working label May 23, 2020
@allanpaiste
Copy link
Contributor

allanpaiste commented May 23, 2020

Could it be that there are no output folder for any of the supported formats defined? The message in that situation could be a bit better (there could be a hint that would indicate which config change has to be made in composer.json).

{
  "extra": {
    "changelog": {
      "source": "changelog.json",
      "output": {
        "sphinx": "docs/changelog.rst"
      }
    }
  }
}

Where the available formats (which are defined by the KEY part of the output dictionary) are listed here:

https://github.com/vaimo/composer-changelogs/tree/master/views

@allanpaiste allanpaiste added enhancement New feature or request question Further information is requested and removed bug Something isn't working labels May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants