UNPKG

1.86 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = {
4 type: {
5 description: '<type> holds information about the goal of a change.',
6 enumerables: {
7 feat: {
8 description: 'Adds a new feature.',
9 },
10 fix: {
11 description: 'Solves a bug.',
12 },
13 chore: {
14 description: "Other changes that don't modify src or test files",
15 },
16 docs: {
17 description: 'Adds or alters documentation.',
18 },
19 style: {
20 description: 'Improves formatting, white-space.',
21 },
22 refactor: {
23 description: 'Rewrites code without feature, performance or bug changes.',
24 },
25 perf: {
26 description: 'Improves performance.',
27 },
28 test: {
29 description: 'Adds or modifies tests.',
30 },
31 build: {
32 description: 'Affects the build system or external dependencies.',
33 },
34 ci: {
35 description: 'Changes CI configuration files and scripts.',
36 },
37 revert: {
38 description: 'Reverts a previous commit.',
39 },
40 },
41 },
42 scope: {
43 description: '<scope> marks which sub-component of the project is affected',
44 },
45 subject: {
46 description: '<subject> is a short, high-level description of the change',
47 },
48 body: {
49 description: '<body> holds additional information about the change',
50 multiline: true,
51 },
52 footer: {
53 description: '<footer> holds further meta data, such as breaking changes and issue ids',
54 multiline: true,
55 },
56};
57//# sourceMappingURL=settings.js.map
\No newline at end of file