feat: ✨ add skipOnPrerelease config to not update changelog …#290
feat: ✨ add skipOnPrerelease config to not update changelog …#290BerniWittmann wants to merge 1 commit intosemantic-release:masterfrom
Conversation
dd97682 to
c556422
Compare
…eases When working a lot with prereleases the changelog file can become quite bloated with the prereleases To provide easier overview one might only want to include normal releases in the changelog. That is why i added the skipOnPrerelease config flag which is false by default But if you turn it on it will prevent updates on prereleases
c556422 to
8aa9784
Compare
|
I need this too, because with a branch operation like Another possibility is to create a system to choose a file name according to the branch, for example to have Do you have a workaround for now? Thanks |
|
We are in need of configuring when the changelog is generated too. For us, a regex based approach works best, though a |
…on prereleases
When working a lot with prereleases the changelog file can become quite bloated with the prereleases.
To provide easier overview one might only want to include normal releases in the changelog.
That is why i added the skipOnPrerelease config flag which is false by default to not cause unexpected behavior change.
But if you turn it on it will prevent updates on prereleases and only include release change notes in the changelog.