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

Extract dev dependencies to switch development and release easily #491

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Extract dev dependencies to switch development and release easily #491

merged 1 commit into from
Dec 8, 2021

Conversation

417-72KI
Copy link
Member

@417-72KI 417-72KI commented Dec 2, 2021

In this repo, dependencies for development are commented out when release and uncommented soon.
Unfortunately, there has been a fatal issue caused by unhiding Danger Deps (#475).

I think it was a human error, and this PR can avoid it by centralizing management by a simple flag instead of commenting out multiple lines.

When release, we just switch a flag to false to make it same condition as previous tags😎

Copy link
Member

@f-meloni f-meloni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Will work on a script that changes that automatically during release, so that we are sure is always false when releasing :)

Thank you

@417-72KI 417-72KI merged commit b0991ca into danger:master Dec 8, 2021
@417-72KI 417-72KI deleted the extract-dev-dependencies branch December 8, 2021 01:57
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

Successfully merging this pull request may close these issues.

2 participants