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

Can Dependabot use standard-version to bump version? #790

Closed
jrock2004 opened this issue Aug 6, 2021 · 1 comment
Closed

Can Dependabot use standard-version to bump version? #790

jrock2004 opened this issue Aug 6, 2021 · 1 comment
Labels

Comments

@jrock2004
Copy link

So this might be more of a question for Dependabot but I would like when dependabot creates a PR to up something that when I close it, it updates the version and generates a log? Maybe this is a bad idea and there is something better to do?

@jbottigliero
Copy link
Member

For this type of automation, you might want to look into https://github.com/googleapis/release-please and its GitHub Action integration. We've been using it as release management for this package. In the example you've provided, after merging to your trunk release-please would open a release pull request (example) that you can merge when your read for a release to be cut.

You could piece the release-please behaviors from GitHub Actions (or CI-flavor of choice), Dependabot and standard-version, but that is a bit outside of the scope for this project.

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

No branches or pull requests

2 participants