github jefflinse/pr-semver-bump v1.1.0
Better prefix and suffix matching for release notes

latest releases: v1.6.2, v1.6.1, v1.6...
3 years ago

Release notes are now extracted line-by-line instead of all at once.

Previously, release notes were extracted in a single regex evaluation. This greatly limited the forms the boundary patterns could take, often forcing PRs to use a particular structure. This change evaluates the boundary conditions on a line-by-line basis (grep-style). This allows for greater flexibility in how PRs are structured.

Don't miss a new pr-semver-bump release

NewReleases is sending notifications on new releases.