{"id":14156331,"url":"https://github.com/hahow/probot-conventional-release","last_synced_at":"2025-10-23T15:31:48.443Z","repository":{"id":27836024,"uuid":"114346495","full_name":"hahow/probot-conventional-release","owner":"hahow","description":"A GitHub App built with Probot that creates GitHub Release following Conventional Commits","archived":false,"fork":false,"pushed_at":"2022-12-07T17:20:34.000Z","size":724,"stargazers_count":59,"open_issues_count":20,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T19:13:20.606Z","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/hahow.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}},"created_at":"2017-12-15T08:28:27.000Z","updated_at":"2025-01-08T10:03:22.000Z","dependencies_parsed_at":"2023-01-14T07:35:03.559Z","dependency_job_id":null,"html_url":"https://github.com/hahow/probot-conventional-release","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprobot-conventional-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprobot-conventional-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprobot-conventional-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahow%2Fprobot-conventional-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahow","download_url":"https://codeload.github.com/hahow/probot-conventional-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852474,"owners_count":19376689,"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-08-17T08:05:23.096Z","updated_at":"2025-10-23T15:31:48.026Z","avatar_url":"https://github.com/hahow.png","language":"JavaScript","funding_links":[],"categories":["others"],"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- Pull requests Access: **Read  \u0026 write**\n- Repository contents Access: **Read \u0026 write**\n\n![screen shot 2018-01-08 at 17 53 42](https://user-images.githubusercontent.com/559351/34665912-f4b93ace-f49c-11e7-8018-1b29693a5578.png)\n\n### Subscribe to events\n\n- Pull request\n\n![screen shot 2018-01-08 at 12 22 52](https://user-images.githubusercontent.com/559351/34658994-e37ea75e-f46e-11e7-81a6-bc61bfadfab5.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%2Fhahow%2Fprobot-conventional-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahow%2Fprobot-conventional-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahow%2Fprobot-conventional-release/lists"}