Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 236 Bytes

publish.md

File metadata and controls

9 lines (7 loc) · 236 Bytes

git add . git commit -S -m "DESCRIPTION" git push

git tag -a VERSION -m "VERSION" master --> if already exist force => git tag -a VERSION -f -m "VERSION" master git push --tags

AFTER check tags and create new release with the new tag.