docs(zone.js): update release docs instructions (#32128)

PR Close #32128
This commit is contained in:
Miško Hevery
2019-08-13 16:15:55 -07:00
committed by Kara Erickson
parent b9dfe66028
commit 466f5c67d6
3 changed files with 40 additions and 15 deletions

View File

@ -23,7 +23,7 @@ module.exports = (gulp) => () => {
extendedRegexp: true,
grep: '^[^(]+\\(zone\\.js\\)',
from: ptag,
to: tag,
to: 'HEAD',
}))
.pipe(gulp.dest('./packages/zone.js/'));
};