mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(release): release tag on 2.0 branch
This commit is contained in:
@ -535,6 +535,7 @@ gulp.task('publish.github', function(done){
|
|||||||
github.releases.createRelease({
|
github.releases.createRelease({
|
||||||
owner: 'driftyco',
|
owner: 'driftyco',
|
||||||
repo: 'ionic',
|
repo: 'ionic',
|
||||||
|
target_commitish: '2.0',
|
||||||
tag_name: 'v' + packageJSON.version,
|
tag_name: 'v' + packageJSON.version,
|
||||||
name: packageJSON.version,
|
name: packageJSON.version,
|
||||||
body: file.toString(),
|
body: file.toString(),
|
||||||
|
Reference in New Issue
Block a user