finiat-component-library
v1.0.14
Published
A React component library for financial advisors, built on Ant Design.
Downloads
3
Readme
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