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

Trigger build and release on upstream release to resvg #7

Open
jboarman opened this issue Apr 10, 2023 · 0 comments
Open

Trigger build and release on upstream release to resvg #7

jboarman opened this issue Apr 10, 2023 · 0 comments

Comments

@jboarman
Copy link
Member

Since our key dependency is resvg, we need to ensure we are getting all the latest updates when those are released.

There does not appear to be a GitHub Action trigger available that activates when an update to a dependency is released. So, we will need to come up with a mechanism for identifying the current release number and comparing that to some tracking that within GH Actions, such as use of upload-artifact and download-artifact for tracking that state.

Another approach may be to leverage GitHub's Dependabot to trigger a PR based on the release of a dependency.

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