This guide relates only when you add a new plugin to the CloudQuery Monorepo.
There are number of steps to follow in order to add all the relevant CI and release processes to your plugin.
- Add it to the release please configuration file.
- Create a workflow file for it. See example destination and source plugins.
- If relevant, add an entry in our PR labeler.
- After the initial version of the plugin is released add a "filler" entry for it in here. This ensures we don’t get conflicts when creating multiple release PRs. More about this in this issue.