build(zone.js): add changelog gulptask for zone.js#31852
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
gkalpak
left a comment
There was a problem hiding this comment.
LGTM, but need to figure out what to do about the tagging 😁
|
@gkalpak , thank you for the review. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |

PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Does this PR introduce a breaking change?
Now this process is still not fully automatically, because by default the changelog gulp task will generate something like
So the
tagwill be theangular repoversion.And I am not sure whether we should tag
zone.js(for example:0.10.0) for each release, because this tag will also visible for all angular mono repo.So if we don't make such kind of tags, we have to use the angular tag. which will be something like
8.2.0-next.2, and in this PR, I modified it to0.10.0manually, I am not sure how to deal with this step.Please review, thanks.