Skip to content
Snippets Groups Projects

5-INFRASTRUCTURE :: husky for auto versioning and build on dev when not tag

Merged Arno Rossouw requested to merge 5-infrastructure-husky-autoversioning-gitlab-ci-update into dev
9 files
+ 238
20
Compare changes
  • Side-by-side
  • Inline
Files
9
.husky/pre-commit 0 → 100755
+ 1
0
npm config set git-tag-version false && npm version patch && npm run update-version-files && git add package.json etc/module.xml composer.json
Loading