How to publish to your app marketplace? #24847
Replies: 3 comments
-
|
Hi! It sounds like you’re referring to publishing something (maybe a package, component, or doc update) via a Pull Request (PR) — but could you clarify which project or platform you’re working with? For example, the process can differ a lot between:
In general though, here’s a standard flow for publishing via PR:
|
Beta Was this translation helpful? Give feedback.
-
|
I want to publish an integration to here: https://app.cal.com/apps
Usually there's a submission process, but I didn't see it. Wanted to double
check. Thanks!
Best,
Will
…On Wed, Nov 5, 2025 at 6:31 AM Mr-Nilarnab ***@***.***> wrote:
Hi! It sounds like you’re referring to publishing something (maybe a
package, component, or doc update) via a *Pull Request (PR)* — but could
you clarify *which project or platform* you’re working with?
For example, the process can differ a lot between:
- *Open-source repos (GitHub/GitLab)*
- *Specific frameworks or libraries (like npm packages, internal docs,
etc.)*
- *Your company’s internal repo or a public one*
In general though, here’s a standard flow for publishing via PR:
1.
Create a new branch
git checkout -b your-feature-name
2.
Make your changes (code, docs, config, etc.)
3.
*Commit and push your changes*
git add .
git commit -m "Add new feature / update docs"
git push origin your-feature-name
4.
Open a Pull Request
- Go to the repo on GitHub/GitLab.
- Click “Compare & pull request.”
- Add a clear title and description of what you’re publishing.
- Link related issues (if any).
5.
Wait for review and approval.
Reviewers might request changes before merging.
6.
Once approved, merge to main.
After merging, some setups (like CI/CD or GitHub Actions)
automatically deploy or publish your changes.
—
Reply to this email directly, view it on GitHub
<#24847 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB37US2JZVUX5GKXFDVQBD33IC5DAVCNFSM6AAAAACK4OTVPCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIOBYGE4DMNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Any tips on getting published on the app store? Thanks in advance!
Best,
Will
…On Wed, Nov 5, 2025 at 8:30 AM Mr-Nilarnab ***@***.***> wrote:
Welcome bro
—
Reply to this email directly, view it on GitHub
<#24847 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB37USKSEQMA6WMVIFQ2BD33IQ3JAVCNFSM6AAAAACK4OTVPCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIOBYGI4TONA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I saw that I need to open a PR to publish. Are there detailed instructions? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions