mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Create annotated tags, meant for releases, instead of lightweight (#3512)
This commit is contained in:
parent
4495f0f0b9
commit
18c9f5eedf
@ -332,7 +332,7 @@ sub git_tag {
|
||||
my ($dep, $ver, $msg) = @_;
|
||||
|
||||
system("git", "-C", ".deps-update/$dep", "commit", "-a", "-m", $msg);
|
||||
system("git", "-C", ".deps-update/$dep", "tag", $ver);
|
||||
system("git", "-C", ".deps-update/$dep", "tag", $ver, "-a", "-m", $msg);
|
||||
}
|
||||
|
||||
sub git_push {
|
||||
|
Loading…
Reference in New Issue
Block a user