Skip to content

jpvillaisaza/resume

Repository files navigation

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