{"id":20279869,"url":"https://github.com/goodmeasuresllc/release-conductor","last_synced_at":"2025-07-23T04:34:42.503Z","repository":{"id":56891685,"uuid":"44838335","full_name":"GoodMeasuresLLC/release-conductor","owner":"GoodMeasuresLLC","description":"Capistrano plugin that marks the phase of a ticket as it moves from development \u003e staging \u003e production by hooking into the deploy:finished event.","archived":false,"fork":false,"pushed_at":"2015-12-03T15:38:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T07:21:52.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/GoodMeasuresLLC.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}},"created_at":"2015-10-23T21:01:49.000Z","updated_at":"2015-10-23T21:02:10.000Z","dependencies_parsed_at":"2022-08-20T16:01:04.390Z","dependency_job_id":null,"html_url":"https://github.com/GoodMeasuresLLC/release-conductor","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/GoodMeasuresLLC/release-conductor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodMeasuresLLC%2Frelease-conductor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodMeasuresLLC%2Frelease-conductor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodMeasuresLLC%2Frelease-conductor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodMeasuresLLC%2Frelease-conductor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoodMeasuresLLC","download_url":"https://codeload.github.com/GoodMeasuresLLC/release-conductor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodMeasuresLLC%2Frelease-conductor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266618862,"owners_count":23957273,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-14T13:33:31.764Z","updated_at":"2025-07-23T04:34:42.471Z","avatar_url":"https://github.com/GoodMeasuresLLC.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slackistrano\n\n[![Gem Version](https://badge.fury.io/rb/slackistrano.png)](http://badge.fury.io/rb/slackistrano)\n[![Code Climate](https://codeclimate.com/github/GoodMeasuresLLC/release-conductor.png)](https://codeclimate.com/github/GoodMeasuresLLC/release-conductor)\n[![Build Status](https://travis-ci.org/GoodMeasuresLLC/release-conductor.png?branch=master)](https://travis-ci.org/GoodMeasuresLLC/release-conductor)\n\nMark the phase of the tickets during releases to staging and production deployments\n\n## Requirements\n\n- Capistrano \u003e= 3.1.0\n- Ruby \u003e= 2.0\n- A Slack account\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'release-tickets', require: false\n```\n\nAnd then execute:\n\n```bash\n$ bundle\n```\n\n## Configuration\n\nRequire the library in your application's Capfile:\n\n```ruby\nrequire 'slackistrano'\n```\nNote that in your ENV you must define your unfuddle account and password, like this:\n\nexport UNFUDDLE_USER=fred\nexport UNFUDDLE_PASSWORD=super-duper-secret\n\nThis account must have privileges to mark the tickets.\n\n\nTest your setup by running:\n\n```bash\n$ cap production release_conductor:deploy:finished\n```\n\n## Usage\n\nDeploy your application like normal and the tickets should be marked.\n\n## TODO\n\n## To publish a new version: (0.0.5 in this example)\n\n1. fix the bug\n2. update version.rb\n3. git commit -a -m \"0.0.5 \u003cmy-comment-there\u003e\"\n4. git tag 0.0.5\n5. git push --tags\n6. gem build release-conductor.gemspec\n7. gem push release-conductor-0.0.5.gem\n\n## To upgrade CODE to use the new version of the gem\n\n1. git checkout code-dev\n2. bundle update release-conductor\n3. git commit -a -m \"@wip upgrading release-conductor gem\"\n4. git woe minor (OR, merge the new Gemfile.lock into all the branches that need it)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodmeasuresllc%2Frelease-conductor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodmeasuresllc%2Frelease-conductor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodmeasuresllc%2Frelease-conductor/lists"}