wakatime / semver-action

Auto-generate the next semantic version.
MIT License
11 stars 0 forks source link

Add the possibility to resyc base branch #8

Closed gandarez closed 3 years ago

gandarez commented 3 years ago

When a hotfix gets merged to master a resync process must be done to rebase develop branch. As per current implementation it's not possible due the fact of the operation is not supported because resync prefix won't be recognized as matching pattern.

By having resync as a branch prefix name the following scenarios must be covered