{"id":14961064,"url":"https://github.com/acoppes/unity-upm-gitpackagepusher","last_synced_at":"2026-03-07T17:02:47.956Z","repository":{"id":140486122,"uuid":"255115630","full_name":"acoppes/unity-upm-gitpackagepusher","owner":"acoppes","description":"Unity Plugin that, given a folder with the unity package layout, it will automatically push it to Github and create a branch and tags with only its contents in order to use it later as a dependency for another project.","archived":false,"fork":false,"pushed_at":"2023-05-24T12:39:47.000Z","size":466,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T03:55:44.980Z","etag":null,"topics":["automation","openupm","plugin","release","unity","upm","upm-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acoppes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-12T15:44:13.000Z","updated_at":"2025-01-02T04:25:02.000Z","dependencies_parsed_at":"2024-09-22T12:00:56.056Z","dependency_job_id":"89e48b63-193f-4635-8f36-209f4bad18ac","html_url":"https://github.com/acoppes/unity-upm-gitpackagepusher","commit_stats":{"total_commits":86,"total_committers":1,"mean_commits":86.0,"dds":0.0,"last_synced_commit":"eaf8f94036f721a739675e13ef78c618ca69e1e9"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoppes%2Funity-upm-gitpackagepusher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoppes%2Funity-upm-gitpackagepusher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoppes%2Funity-upm-gitpackagepusher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoppes%2Funity-upm-gitpackagepusher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acoppes","download_url":"https://codeload.github.com/acoppes/unity-upm-gitpackagepusher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238030288,"owners_count":19404859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","openupm","plugin","release","unity","upm","upm-package"],"created_at":"2024-09-24T13:23:44.866Z","updated_at":"2025-10-24T20:30:49.404Z","avatar_url":"https://github.com/acoppes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Package Manager Git Pusher\n\nGiven a folder with the unity package layout, this Unity plugin will allow you to automatically push a version of it to Github and create specific branches and tags with only its contents in order to use it later as a upm dependency for another Unity project.\n\n[![openupm](https://img.shields.io/npm/v/com.gemserk.upmgitpusher?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gemserk.upmgitpusher/)\n\n![Demo](images/example.gif?raw=true \"Demo\")\n\nThis is a simple tool to automatically push your code into a structure interpreted by UPM. It uses a special branch for all the stripped code using the package name, and it creates a tag with the package.name-version based on the current package.json data.\n\nFor example, if you have a project `com.gemserk.myproject` in version `0.1.0` with the following structure: \n\n```\nRoot/\n    Assets/\n        MyCustomLibrary/\n            package.json\n            MyCustomLibrary.asmdef\n            Code/\n                MyCode.cs\n    OtherScripts/\n```\n\nIt will create a branch named `com.gemserk.myproject` with only the code related to the package, and with the following content\n\n```\nRoot/\n    MyCustomLibrary/\n        package.json\n        MyCustomLibrary.asmdef\n        Code/\n            MyCode.cs\n```\n\nAnd a tag `com.gemserk.myproject-0.1.0` pointing to current version, and will increase version patch by one in master.\n\nThe project itself is published using its own code.\n\n# Install\n\nDownload from ![OpenUPM](https://openupm.com/packages/com.gemserk.upmgitpusher/) or just open Package Manager and add git URL `https://github.com/acoppes/upmgitpusher.git#com.gemserk.upmgitpusher` for latest version or check [tags](https://github.com/acoppes/unity-upm-gitpackagepusher/tags) for previous versions.\n\n# How to use\n\nJust create a folder with your package.json and all the stuff you want to export.\n\nThen, select `Assets/UPM Git Package/Publish Patch`\n\n![How to publish](images/menuitem.png?raw=true \"How to publish\")\n\n# Preferences\n\nYou can configure some default behaviours in user preferences\n\n![Configure](images/preferences.png?raw=true \"Configure\")\n\n# TODO\n\n* Publish Major and Minor version changes too.\n* Select specific package.json instead of just finding it (in the case there are multiple libraries).\n* Support for having a latest tag which points to the last published release.\n* Support for `-preview` version notation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoppes%2Funity-upm-gitpackagepusher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facoppes%2Funity-upm-gitpackagepusher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoppes%2Funity-upm-gitpackagepusher/lists"}