Thanks to visit codestin.com
Credit goes to gitlab.com

Commit c8844fca authored by Adrian DC's avatar Adrian DC
Browse files

ci(gitlab-ci): change release title to include tag version



Signed-off-by: default avatarAdrian DC <[email protected]>
parent a551a212
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ changelog:
      sed -i "s#raw/[^/]*/docs#raw/${tag}/docs#g" ./README.md
      git add -v ./CHANGELOG.md ./README.md
      echo ' '
      git commit -m "docs(changelog): regenerate release tag changes history" -s
      git commit -m "docs(changelog): release version ${tag} and refresh changes history" -s
      echo ' '
    # Create release tag
    - git tag -f -m "${tag}" "${tag}"