Skip to content

Latest commit

 

History

History

README.md

FPA Client

Design effort calculator using Function Point Analysis, based on information from the International Function Point Users Group.

Uses

GitHub

Static Badge Static Badge Static Badge Static Badge

Publicar Nova Versão

Using the GitFlow workflow, run the commands:

git flow release start <id>
npm run release-patch
git commit -a -m "Versão ???"
git flow release finish

The version is reported by three fields: [major, minor, patch]. The above command increments only the last field. To increment the minor field, use npm run release.