Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 573 Bytes

VngCloud Go SDK

Release VngCloud GoSDK project


Automation with GitHub Actions

  • This project uses GitHub action to trigger the build and release processes, please commit with new tags if you are going to release a new version. For example:
    git add .
    git commit -am "Release version v1.0.0"
    git tag -a -m "[release] release version 1.0.0" v1.0.0
    git push --tags