Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 930 Bytes

adding_a_new_plugin_to_cq_monorepo.md

File metadata and controls

10 lines (7 loc) · 930 Bytes

Adding a New Plugin To CQ Monorepo

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.

  1. Add it to the release please configuration file.
  2. Create a workflow file for it. See example destination and source plugins.
  3. If relevant, add an entry in our PR labeler.
  4. 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.