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

pin versions of dependency projects #366

Open
finnlewis opened this issue Dec 6, 2022 · 1 comment
Open

pin versions of dependency projects #366

finnlewis opened this issue Dec 6, 2022 · 1 comment

Comments

@finnlewis
Copy link
Member

We need to pin any dev, alpha or beta releases to known commits before tagging a beta.

@finnlewis
Copy link
Member Author

finnlewis commented Mar 27, 2023

Upon further investigation, it seems that our pinning is not working.

We think this is the branch naming conventions in composer.

See https://drupal.stackexchange.com/questions/295194/how-to-install-a-specifc-commit-in-composer

So rather than

"drupal/group_content_menu": "3.0.x-dev#04623d14",

we probably want

"drupal/group_content_menu": "dev-3.0.x#04623d14",

@stephen-cox is checking on this PR #391

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

1 participant