Skip to content
Snippets Groups Projects
Commit 3cac6124 authored by Simona Vetter's avatar Simona Vetter
Browse files

dim: use annotated tags everywhere


Kinda no reason only to use them for drm-intel-next ...

Acked-by: default avatarJani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parent 782bab1e
No related branches found
No related tags found
No related merge requests found
......@@ -1232,9 +1232,9 @@ function dim_pull_request
repo="drm-intel"
else
tag=$branch-$today
$DRY git tag -f $tag $branch@{upstream}
$DRY git tag -f -a $tag $branch@{upstream}
$DRY git push -f $remote $tag
prep_pull_mail
prep_pull_mail $tag
repo=`branch_to_repo $branch`
fi
......
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