mynd-bo-module v0.207.2
Mynd Back Office Module (MBO)
Build / Version Process
Currently leveraging semantic-release without GitHub / Travis CI dependencies called corp-semantic-release. See commit message format here: https://github.com/semantic-release/semantic-release#commit-message-format
TODO: write out process but couple impt points are that the version and build happens automatically
3rd Party Dependencies Not Included
- angular
3rd Party Dependencies Included
- angular-resource
- angular-toastr
Testing changes locally
go into root of mynd-bo-module and type npm link
then go into index.js and change require('./dist/app.js');
to require('./src/index.js');
(you will need to change this back before you merge)
then go into root of the project you are working in and type npm link mynd-bo-module
Releasing process
To release this module and make changes available for application-consumers,
your commit must contain feat/fix/chore/style/refactor/docs/test
prefix. It will allow CI/CD tool to recognize it and run the build.
To simplify this process use git-mynd-commit helper
https://bitbucket.org/myndmanagement/git-mynd/src/master/