sentenz / devops

A service for DevOps operations.
Apache License 2.0
1 stars 3 forks source link

Enforce the rebase golden rule for the merge strategy #35

Closed sentenz closed 1 year ago

sentenz commented 2 years ago
# The "pre-rebase" hook is run just before "git rebase" starts doing its job, and can prevent the command from running by exiting with non-zero status. 
 # 
 # Arguments: 
 # 
 # $1 - the upstream the series was forked from
 # $2 - the branch being rebased (or empty when rebasing the current branch)
 # 
 # This sample shows how to prevent topic branches that are already 
 # merged to 'next' branch from getting rebased, because allowing it 
 # would result in rebasing already published history.
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: