diff options
author | Ralph Amissah <ralph@amissah.com> | 2019-09-03 12:11:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-09-03 12:28:38 -0400 |
commit | 74b029f0cdfe4207609f62a4b7a3dbb56604cc29 (patch) | |
tree | 97206b838f3aa62a144be4354a793c48b964acfa /setup | |
parent | re-introduce depreciated markup for numbering codeblocks (diff) |
qi_libs.rb helper, force git version tag when tag requested
Diffstat (limited to 'setup')
-rw-r--r-- | setup/qi_libs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/qi_libs.rb b/setup/qi_libs.rb index 4452bf22..1c294b05 100644 --- a/setup/qi_libs.rb +++ b/setup/qi_libs.rb @@ -482,7 +482,7 @@ proceed? } end def self.tag_upstream system(%{ - git tag -a sisu_#{SiSU_version} -m"SiSU #{SiSU_version}" + git tag -af sisu_#{SiSU_version} -m"SiSU #{SiSU_version}" }) end def self.changelog_header_commit(rel=:release) |