{"id":15857622,"url":"https://github.com/alisdair/ember-deploy-tagging-git","last_synced_at":"2025-07-18T17:03:04.760Z","repository":{"id":35800407,"uuid":"40082054","full_name":"alisdair/ember-deploy-tagging-git","owner":"alisdair","description":"Use git-repo-version to tag your ember-deploy versions","archived":false,"fork":false,"pushed_at":"2015-12-03T08:33:23.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-12T12:54:17.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/alisdair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-02T14:34:27.000Z","updated_at":"2015-09-09T11:52:43.000Z","dependencies_parsed_at":"2022-07-08T03:01:38.535Z","dependency_job_id":null,"html_url":"https://github.com/alisdair/ember-deploy-tagging-git","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alisdair/ember-deploy-tagging-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisdair%2Fember-deploy-tagging-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisdair%2Fember-deploy-tagging-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisdair%2Fember-deploy-tagging-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisdair%2Fember-deploy-tagging-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alisdair","download_url":"https://codeload.github.com/alisdair/ember-deploy-tagging-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alisdair%2Fember-deploy-tagging-git/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265016759,"owners_count":23698368,"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":[],"created_at":"2024-10-05T20:40:32.466Z","updated_at":"2025-07-18T17:03:04.717Z","avatar_url":"https://github.com/alisdair.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-deploy-tagging-git\n\n[![Build Status](https://travis-ci.org/alisdair/ember-deploy-tagging-git.svg)](https://travis-ci.org/alisdair/ember-deploy-tagging-git) [![](https://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/plugins/ember-deploy-tagging-git.svg)](http://ember-cli-deploy.github.io/ember-cli-deploy-version-badges/)\n\n## DEPRECATED\n\nThis addon is deprecated as it is incompatible with ember-cli-deploy 0.5.0+. I've contributed equivalent functionality to [ember-cli-deploy-revision-data](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data), which is maintained by the core team. Use that instead!\n\n---\n\nUses [git-repo-info][git-repo-info] to tag Ember deploy releases with readable information, like `1.0.5+165832f5`.\n\nThe tag is `version+sha`, where version is either the git tag (if checked out) or the package.json version, and sha is the first 8 characters of the git commit hash.\n\nExample usage:\n\n- `git tag 2.1.3`\n- `git checkout 2.1.3`\n- `ember deploy`\n\nThis will deploy an app with the index tag set to something like `2.1.3+ddaa74d`.\n\n[git-repo-info]: https://github.com/rwjblue/git-repo-info\n\n## Installation\n\n- Install with `ember install ember-deploy-tagging-git`\n- Edit your `config/deploy.js` to configure the adapter:\n\n    ```javascript\n\n    // ...\n    module.exports = {\n      production: {\n        store: { type: 'redis' }, // etc.\n        assets: { type: 's3' }, // etc.\n        tagging: 'git-tag'\n      }\n    };\n    ```\n\n## Developing the addon\n\n- `npm install`\n- `npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisdair%2Fember-deploy-tagging-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falisdair%2Fember-deploy-tagging-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisdair%2Fember-deploy-tagging-git/lists"}