Generate release notes with customized issue prefixes and url format when using Semantic release
Apr 23, 2021 · 1 min read · When trying to generate release notes with semantic-release, it is assuming you are using the angular commit message format. It expects your commit messages are using # as the issue prefix format and referencing the issue URL ${YOUR_REPO_BASE_URL}/is...
Join discussion