Design effort calculator using Function Point Analysis, based on information from the International Function Point Users Group.
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 finishThe 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.