forked from select2/select2
-
Notifications
You must be signed in to change notification settings - Fork 0
Making release
Jure Žnidarec edited this page Jul 17, 2020
·
1 revision
- Remove
databox-select2
directory fromwebapp/node-modules
- Git clone this repo into node-modules
- Make some code changes
- Remove
test
andlint
from Gruntfile, this line:grunt.registerTask('default', ['compile', 'test', 'lint', 'minify']);
- Run
grunt
- After that revert changes at
Gruntfile.js
or dont stage it - Make new branch - first commit changes, after that commit dist changes
- Make PR with base of databox/select2 and choose master branch
- Merge it (after review) and make release from master branch
- Go to webapp dir and clear cloned directory of repo in node_modules
- Update version of databox-select2 in webapp package.json and run npm