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

Release automation can't handle self deps with a version #3789

Open
ThetaSinner opened this issue Apr 30, 2024 · 1 comment
Open

Release automation can't handle self deps with a version #3789

ThetaSinner opened this issue Apr 30, 2024 · 1 comment
Labels
automation Continuous integration issues and other automation improvements

Comments

@ThetaSinner
Copy link
Contributor

When you create a [dev-dependencies] entry on self to set features in test, you cannot set a version. The release automation does not list self as a dependency and so will not bump the version. This will go unnoticed until a minor version bump where it will cause problems.

We either need to prevent versions being specified in self dev deps, or the release automation needs to bump the version.

This bug has been around for a long time and is a pain to debug each time it happens.

@ThetaSinner ThetaSinner added the automation Continuous integration issues and other automation improvements label Apr 30, 2024
Copy link
Contributor

This item has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This issue may be outdated, but we can revive it if it ever becomes relevant again label May 31, 2024
@abe-njama abe-njama removed the stale This issue may be outdated, but we can revive it if it ever becomes relevant again label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Continuous integration issues and other automation improvements
Projects
Status: Backlog
Development

No branches or pull requests

2 participants