-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Create vendor dir and exclude it from coverage #55
Conversation
f58f772
to
0bbd9cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great - just one comment but 👍 other than that
export { twitter } from './third-party-tags/twitter-uwt'; | ||
export { lotame } from './third-party-tags/lotame'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely a feat
!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
though fix
is ok for 2 reasons
- feat was the previous PR here: feat: added twitter pixel & lotame #41 and this is a fix for that
- had to conclude to 1 prefix and fix sounded Ok for the 2 things and didn't want to raise 2 separate PRs. at the end the new release is made
Co-authored-by: Alex Sanders <[email protected]>
## [0.7.1](v0.7.0...v0.7.1) (2020-10-13) ### Bug Fixes * Create vendor dir and exclude it from coverage ([#55](#55)) ([85089f8](85089f8))
🎉 This PR is included in version 0.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes the coverage step in main