Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 409 Bytes

jpvillaisaza

ci

Release

To release a new version, create a tag with the version (for example, v1.2.3):

git tag v1.2.3

And then push it:

git push origin v1.2.3

Or push all tags:

git push origin --tags