Skip to content
Snippets Groups Projects
Commit f7c74b4d authored by jurgenhaas's avatar jurgenhaas
Browse files

#19 Refactor merge script

parent 3e4bc840
No related branches found
No related tags found
1 merge request!37Merging develop into main
......@@ -30,4 +30,4 @@ if [[ "$1" == "major" ]]; then
fi
glab mr create --fill --yes --source-branch ${SOURCEBRANCH} --target-branch ${TARGETBRANCH} --title "$TITLE"
glab mr merge --yes ${TARGETBRANCH}
glab mr merge --yes ${SOURCEBRANCH}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment