mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
32 lines
642 B
YAML
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']
|