Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ng-dev/release): fetch release notes compare tag and store it loc…
…ally (#207) The release notes compare tag might not exist locally if the local repository has not been synced with upstream. We fetch the release notes compare tag in order to be able to build the changelog. Our current fetch logic incorrectly stores the tag reference in `FETCH_HEAD`, while we want it to be stored locally. This commit fixes that.
- Loading branch information