v0.6.2 - Test new release task
This is a test release. Nothing in the plugin has been changed from the
v0.6.1
version.
This release contains improvements for developing / contributing though:
- upgrade Grunt plugins
- move
*.spec.coffee
into/src/spec
and keep/test
as destination for compiled test sources - introduce automatic release (bump + tag + push) using
grunt release:target
- correctly cleanup elements after each spec
Output from grunt release
Running "release" task
Running "bump-only:patch" (bump-only) task
Running "bump:patch:bump-only" (bump) task
>> Version bumped to 0.6.2 (in package.json)
>> pkg's version updated
>> Version bumped to 0.6.2 (in component.json)
Running "clean:default" (clean) task
Cleaning build...OK
Running "clean:test" (clean) task
Cleaning test...OK
Running "coffeelint:default" (coffeelint) task
>> 3 files lint free.
Running "coffeelint:doc" (coffeelint) task
>> 2 files lint free.
Running "coffee:default" (coffee) task
File build/js/bootstrap-tour.js created.
Running "coffee:test" (coffee) task
File test/bootstrap-tour.spec.js created.
Running "coffee:doc" (coffee) task
File docs/assets/js/index.js created.
Running "concat:default" (concat) task
File "build/js/bootstrap-tour.js" created.
Running "less:default" (less) task
File build/css/bootstrap-tour.css created.
Running "less:min" (less) task
File build/css/bootstrap-tour.min.css created.
Running "uglify:default" (uglify) task
File "build/js/bootstrap-tour.min.js" created.
Running "copy:default" (copy) task
Copied 4 files
Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom
...........................................................
59 specs in 0.446s.
>> 0 failures
Running "bump::commit-only" (bump) task
>> Committed as "Bump version to 0.6.2"
>> Tagged as "v0.6.2"
>> Pushed to origin
Done, without errors.