The auto-packager allows you to efficiently update your projects.


In some cases, commits don't trigger properly - if you encounter such a case, please create a support ticket and mention the repo-link + provide a link to the project on CurseForge.

In the meanwhile, you can still manually trigger the packager into activating for your project: the webhooks normally used for external repositories on e.g. SVN and GitHub. Doing a POST request to that URL (https://www.curseforge.com/api/projects/{projectID}/package?token={token}) will also work for projects using a repository on Curseforge. You should be able to do such a request using e.g. CURL (curl -X POST -d '' 'https://www.curseforge.com/api/projects/{projectID}/package?token={token}') projectID is the numerical ID that is displayed on your project's CurseForge page in the top-right box token is a valid API token you can create under https://www.curseforge.com/account/api-tokens