chore(release): release tag on 2.0 branch

This commit is contained in:
Tim Lancina
2016-02-01 20:18:37 -06:00
parent d4109f363e
commit 0f7936a4a4

View File

@ -535,6 +535,7 @@ gulp.task('publish.github', function(done){
github.releases.createRelease({
owner: 'driftyco',
repo: 'ionic',
target_commitish: '2.0',
tag_name: 'v' + packageJSON.version,
name: packageJSON.version,
body: file.toString(),