mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Create annotated tags, meant for releases, instead of lightweight (#3512)
This commit is contained in:
parent
4495f0f0b9
commit
18c9f5eedf
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ sub git_tag {
|
||||||
my ($dep, $ver, $msg) = @_;
|
my ($dep, $ver, $msg) = @_;
|
||||||
|
|
||||||
system("git", "-C", ".deps-update/$dep", "commit", "-a", "-m", $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 {
|
sub git_push {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue