1.0.14 • Published 2 years ago
finiat-component-library v1.0.14
finiat-component-library
Shared component library for finiat
Releasing new Version
Commands for GIT Command Line
Tagging the release
git tag -a {{ VERSION_NUMBER }} -m "{{ DESCRIPTION }}"
# Example
git tag -a v1.0.3 -m "example release" Pushing the Release
git push origin {{ VERSION_NUMBER }}
# Example
git push origin v1.0.3