{"id":16124335,"url":"https://github.com/amowu/probot-conventional-release","last_synced_at":"2025-03-18T12:31:38.413Z","repository":{"id":150392945,"uuid":"115259424","full_name":"amowu/probot-conventional-release","owner":"amowu","description":"A GitHub App built with Probot that creates GitHub Release following Conventional Commits","archived":false,"fork":false,"pushed_at":"2017-12-29T06:55:25.000Z","size":77,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T09:21:03.802Z","etag":null,"topics":["conventional-commits","probot","probot-app","semantic-release"],"latest_commit_sha":null,"homepage":"https://github.com/apps/conventional-release-bot","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amowu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-12-24T11:47:14.000Z","updated_at":"2019-06-21T08:50:20.000Z","dependencies_parsed_at":"2023-04-18T12:26:21.702Z","dependency_job_id":null,"html_url":"https://github.com/amowu/probot-conventional-release","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amowu%2Fprobot-conventional-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amowu%2Fprobot-conventional-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amowu%2Fprobot-conventional-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amowu%2Fprobot-conventional-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amowu","download_url":"https://codeload.github.com/amowu/probot-conventional-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926063,"owners_count":20369911,"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":["conventional-commits","probot","probot-app","semantic-release"],"created_at":"2024-10-09T21:20:37.857Z","updated_at":"2025-03-18T12:31:38.392Z","avatar_url":"https://github.com/amowu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n  \u003cimg height=\"64\" src=\"https://user-images.githubusercontent.com/559351/34089642-b019fec8-e3ec-11e7-8c26-569195570252.png\"\u003e\n\u003c/p\u003e\n\n# GitHub Conventional Release Bot\n\n[![Build Status](https://travis-ci.org/amowu/probot-conventional-release.svg?branch=master)](https://travis-ci.org/amowu/probot-conventional-release)\n\n\u003e A GitHub App built with [Probot](https://github.com/probot/probot) that creates [GitHub Release](https://help.github.com/articles/about-releases/) following [Conventional Commits](http://conventionalcommits.org/).\n\n## Usage\n\n1. Install and configure the GitHub App: [github.com/apps/conventional-release-bot](https://github.com/apps/conventional-release-bot)\n2. Add commit that message structure should following [Conventional Commits](http://conventionalcommits.org/)\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer]\n```\n\n3. Push commits (or merged PR) to master branch, and then the [GitHub Release](https://help.github.com/articles/about-releases/) will be created\n\n![1_luxfee4jnww2lr9_22sdca](https://user-images.githubusercontent.com/559351/34299744-8a5f42da-e75f-11e7-8dcb-5ca9044759b3.png)\n\n1. Git tags (based on [SemVer](https://semver.org/))\n2. Release date\n3. Release types: **Bug Fixes**, **New Features** and **BREAKING CHANGES** (follow [Conventional Commits](https://conventionalcommits.org/)'s type)\n4. Commit's scope (follow [Conventional Commits](https://conventionalcommits.org/)'s scope)\n5. Commit's description\n6. Commit's SHA\n7. Commit's author\n8. Diff with last release\n\n## Developer Guide\n\nFollow the [Configure a GitHub App](https://probot.github.io/docs/development/#configure-a-github-app) section of Probot document to create your GitHub App\n\n### Requirements\n\n- node \u003e= 8.9.3\n- yarn \u003e= 1.3.2\n\n### Permissions\n\n![34095403-40e42ca2-e40c-11e7-9fe6-eb28864bfc46](https://user-images.githubusercontent.com/559351/34300324-79da2bde-e762-11e7-983f-3178dbdef8cf.png)\n\n### Subscribe to events\n\n![34095741-8fbe3a6a-e40d-11e7-923d-e2e959c724ab](https://user-images.githubusercontent.com/559351/34300322-76582b32-e762-11e7-8b31-c7afaef50843.png)\n\n### Installation\n\nClone repository:\n\n```\n$ git clone https://github.com/hahow/probot-conventional-release.git\n```\n\nInstall packages:\n\n```\n$ yarn install\n```\n\nRun Probot server:\n\n```\n$ yarn start\n```\n\n### Deployment\n\nYou can deploy the app to [Glitch](https://probot.github.io/docs/deployment/#glitch), [Heroku](https://probot.github.io/docs/deployment/#heroku) or [Now](https://probot.github.io/docs/deployment/#now).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famowu%2Fprobot-conventional-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famowu%2Fprobot-conventional-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famowu%2Fprobot-conventional-release/lists"}