Skip to content
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

Do not assume default ref to be master #376

Open
trieloff opened this issue Oct 6, 2020 · 1 comment
Open

Do not assume default ref to be master #376

trieloff opened this issue Oct 6, 2020 · 1 comment

Comments

@trieloff
Copy link
Contributor

trieloff commented Oct 6, 2020

const DEFAULT_BRANCH = 'master';

the assumption is no longer valid and we may need a compatibility-breaking change here.

Related:
adobe/helix-publish#617
adobe/helix-pages#491
adobe/helix-resolve-git-ref#287

@tripodsan
Copy link
Contributor

new location is

const DEFAULT_BRANCH = 'master';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants