You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes searching for pull requests based on commit sha.
Previously, the search query was using the type `pull-request`, but all GitHub documentation points to `pr` being the correct value.
Added `noop-labels` as a list of labels that can be used to ignore a …
…version bump.
Based on the notes in the issue ticket.
It was uncertain what needed to happen with the outputs when a version is skipped, so for now those outputs are not set. I did add a `skipped` output variable as I use it myself to detect a skip, to make the next step in the job conditional.
If different behaviour is desired, please let me know so it can be adjusted.
Fixed release notes parsing behaviour if a prefix or suffix is defined
Node runtime updated to node16 and updated other dependencies to latest possible
Add `base-branch` option to only consider version tags on the PR base…
… branch
When `base-branch` is set to `true`, the action filters out tags that are not on the PR base branch to find the latest version tag.