Skip to content

jpvillaisaza/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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