-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: Include dependency check before release #1818
feat: Include dependency check before release #1818
Conversation
|
This pull request is stale because it has been open for 7 days with no activity. |
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 PR is doing too many things, please stick with the plan reported in the issue #1743 . Following the PR title the only changes needed here are the ones to add the check before the release, no publish on gh-pages, no replacement in the NOTICE file.
The process could sound slow but it will permit to have consistent and reasonable contributions instead of a big one that does thing not really needed (e.g. the "schedule" thing).
This makes sense, will break this PR in smaller ones with specific scopes. |
WHAT
Perform the dependency check before release in main branch instead on all branches in PR targetting main and publish the DEPENDENCIES file to GitHub pages.
WHY
Considering this dependency validation can happen only before release, this is an overhead removed in PRs and additionally provides the dependencies information in GH Pages as well.
FURTHER NOTES
Some reasoning behind the decisions proposed:
Closes #1743