Open jakebolam opened 6 years ago
We'd love this functionality now that 4.0 is under active development for styled-components! We're using a non-master branch for it.
@jakebolam, @siddharthkp @pvdlg/env-ci allow read prBranch
for AppVeyor, CircleCI, Drone, Semaphore, Travis CI, Wercker and more
Do you want to request a feature or report a bug? feature
What is the current behavior? Bundlesize always compares against master
If this is a feature request, what is motivation or use case for changing the behavior? A powerful feature of bundlesize is its comparison to master. It would be useful to support use cases where the branch being merged is not against master. E.g. you're merging a branch into another branch. This would also allow support for workflows which involve develop/staging/hotfixes which is common when pure CI/CD cannot be reached and processes require 'release' candidates.
Proposed implementation
UPSTREAM_BRANCH
@siddharthkp let me know your thoughts and I'll get a PR up ASAP.