brainedcode / tCommerce-web-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tCommerce-web-client

Continuous delivery is based on GIT tags.

For deployment, you simply need to create a git tag and push it:

git tag v1.2.3 && git push --tags

Tag name needs to be an incremented current version of the project. Increment according to SEMVER.

P.S. To view existing tags sorted by name:

git tag -l --sort=-v:refname

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 58.5%Language:HTML 22.2%Language:SCSS 18.9%Language:JavaScript 0.3%Language:Dockerfile 0.1%Language:Shell 0.1%