18 lines
595 B
Plaintext
18 lines
595 B
Plaintext
---
|
|
title: Publishing
|
|
description: "Publishing an official integration package to the public registry."
|
|
---
|
|
|
|
## 1. Check your integration
|
|
|
|
Ensure that you have done the following:
|
|
|
|
- [ ] Create the integrations in the `integrations` folder.
|
|
- [ ] Created a file in the `references/job-catalog` folder with some example jobs.
|
|
- [ ] Have exported types.
|
|
- [ ] Avoid using `any` types and `@ts-ignore` comments. If there are any, please explain them in the PR.
|
|
|
|
## 2. Create a Pull Request
|
|
|
|
[Create a Pull Request](https://github.com/triggerdotdev/trigger.dev/pulls) in the Trigger.dev repository.
|