All Projects β†’ hahow β†’ Probot Conventional Release

hahow / Probot Conventional Release

Licence: isc
A GitHub App built with Probot that creates GitHub Release following Conventional Commits

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Probot Conventional Release

probot-ooo
πŸ™… Respond with an auto-responder when you are OOO
Stars: ✭ 36 (-25%)
Mutual labels:  probot, probot-app
linter-alex
πŸ“Sensitive, considerate writing before you merge your Pull Requests
Stars: ✭ 67 (+39.58%)
Mutual labels:  probot, probot-app
issuelabeler
A GitHub bot to label issues automatically based on title and body against list of defined labels. System status (https://status.verticalaxisbd.com/)
Stars: ✭ 23 (-52.08%)
Mutual labels:  probot, probot-app
scalafmt-probot
πŸ€–Github bot for checking code formatting with scalafmt
Stars: ✭ 15 (-68.75%)
Mutual labels:  probot, probot-app
probot-issue-duplicate-detection
A probot plugin for automatic issue duplicate detection
Stars: ✭ 31 (-35.42%)
Mutual labels:  probot, probot-app
new-pr-welcome
Welcome users when they open their first PR in your repository
Stars: ✭ 20 (-58.33%)
Mutual labels:  probot, probot-app
Mergeable
πŸ€– All the missing GitHub automation πŸ™‚ πŸ™Œ
Stars: ✭ 475 (+889.58%)
Mutual labels:  probot-app, probot
Weekly Digest
Weekly summary of activity on your GitHub repository πŸ“†
Stars: ✭ 199 (+314.58%)
Mutual labels:  probot-app, probot
merge-me
A GitHub app that merges your pull requests once all required checks pass.
Stars: ✭ 19 (-60.42%)
Mutual labels:  probot, probot-app
prosebot
πŸ€–πŸ”Š Probot App to help you write better on GitHub.
Stars: ✭ 46 (-4.17%)
Mutual labels:  probot, probot-app
probot-lambda
Test for running probot in AWS Lambda
Stars: ✭ 25 (-47.92%)
Mutual labels:  probot, probot-app
Todo
πŸ€–βœ… GitHub App that creates new issues from actionable comments in your code.
Stars: ✭ 685 (+1327.08%)
Mutual labels:  probot-app, probot
First Timers Bot
A friendly bot that helps onboarding new Open Source Contributors
Stars: ✭ 239 (+397.92%)
Mutual labels:  probot-app, probot
branch-switcher
a GitHub bot that switches the base branch of pull requests to the preferred branch
Stars: ✭ 15 (-68.75%)
Mutual labels:  probot, probot-app
Pull
πŸ€– Keep your forks up-to-date via automated PRs
Stars: ✭ 3,364 (+6908.33%)
Mutual labels:  probot-app, probot
probot-semver
A GitHub app that provides automatic semantic versioning support
Stars: ✭ 15 (-68.75%)
Mutual labels:  probot, probot-app
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: ✭ 157 (+227.08%)
Mutual labels:  probot-app, probot
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: ✭ 187 (+289.58%)
Mutual labels:  probot-app, probot
react-preview
a GitHub App built with probot that generates preview links for react based projects.
Stars: ✭ 14 (-70.83%)
Mutual labels:  probot, probot-app
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-72.92%)
Mutual labels:  probot-app, probot

GitHub Conventional Release Bot

Build Status

A GitHub App built with Probot that creates GitHub Release following Conventional Commits.

Usage

  1. Install and configure the GitHub App: github.com/apps/conventional-release-bot
  2. Add commit that message structure should following Conventional Commits
<type>[optional scope]: <description>

[optional body]

[optional footer]
  1. Push commits (or merged PR) to master branch, and then the GitHub Release will be created

1_luxfee4jnww2lr9_22sdca

  1. Git tags (based on SemVer)
  2. Release date
  3. Release types: Bug Fixes, New Features and BREAKING CHANGES (follow Conventional Commits's type)
  4. Commit's scope (follow Conventional Commits's scope)
  5. Commit's description
  6. Commit's SHA
  7. Commit's author
  8. Diff with last release

Developer Guide

Follow the Configure a GitHub App section of Probot document to create your GitHub App

Requirements

  • node >= 8.9.3
  • yarn >= 1.3.2

Permissions

  • Pull requests Access: Read & write
  • Repository contents Access: Read & write

screen shot 2018-01-08 at 17 53 42

Subscribe to events

  • Pull request

screen shot 2018-01-08 at 12 22 52

Installation

Clone repository:

$ git clone https://github.com/hahow/probot-conventional-release.git

Install packages:

$ yarn install

Run Probot server:

$ yarn start

Deployment

You can deploy the app to Glitch, Heroku or Now.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].