-
Notifications
You must be signed in to change notification settings - Fork 2
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
Time to tag v2.0.0
?
#12
Comments
Do you have anything to generate it automatically? Having to do a manual release each time the SDK will be updated will induce an ongoing run load on us that we do not guarantee at the moment. Having something automated on the cq-source-scaleway side seems to be the way to go. |
@remyleone It can be a github action, but needs a GitHub secret setup. Here's an example: https://github.com/cloudquery/cloudquery/blob/main/.github/workflows/publish_plugin_to_hub.yml I can contribute something like this but it won't work without setting the token ( |
Opened #13 for the workflow. Also you should have an invitation in your email. |
Do you think it's time to tag v2.0.0 with the new SDK? Just follow the steps in the readme and GoReleaser should take care of the rest for GitHub artifacts.
For the hub release you'll need to create a user in cloud.cloudquery.io and get added to the scaleway team (details in the PR description), but in a pinch I can do the release too.
The text was updated successfully, but these errors were encountered: