I expect to see "2.6.0" in the changelog, and possibly other changes that were not pushed either.
Additional context
I suppose you forgot to git push.
Also it seems that you create GitHub releases automatically based on pushed tags. I would suggest the same to publish to npm. So one git push do the entire release process and the public git repo is the single source of truth.
Describe the bug
https://github.com/kamilkisiela/apollo-angular/blob/master/packages/apollo-angular/CHANGELOG.md does not mention at all the latest version https://github.com/kamilkisiela/apollo-angular/releases/tag/v2.6.0
Expected behavior
I expect to see "2.6.0" in the changelog, and possibly other changes that were not pushed either.
Additional context
I suppose you forgot to
git push
.Also it seems that you create GitHub releases automatically based on pushed tags. I would suggest the same to publish to npm. So one
git push
do the entire release process and the public git repo is the single source of truth.