Skip to content

v3.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 14:56
· 51 commits to master since this release
  • Add -d option to include/exclude drafts in generated changelog. (thanks @paescuj, #15)
    # Exclude drafts from the output
    changelog-from-release -d=false > CHANGELOG.md
  • Include version of changelog-from-release in the footer of generated output
  • Remove a single space which were prepended to a footer line
  • Do not fail when no release is found since an empty changelog is a good start point of development