conventionalcommits.org/_config.yml
2017-05-04 22:34:01 -07:00

32 lines
642 B
YAML

title: Conventional Commits
descriptions: open-source maintainer, squash feature branches onto `master` and write a standardized commit message while doing so.
# Should be in the form of
# <machine readable key>: <human readable label>
languages:
en: english
versions:
- 1.0.0-beta
- 1.0.0-beta.1
current_version: 1.0.0-beta.1
# Default author, for when none is set
author: Benjamin Coe
gems:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- kramdown
defaults:
-
scope:
path: ""
values:
layout: "default"
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']