Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for body and footer sections like in cc spec #2

Open
atufkas opened this issue May 8, 2018 · 0 comments
Open

Support for body and footer sections like in cc spec #2

atufkas opened this issue May 8, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@atufkas
Copy link
Owner

atufkas commented May 8, 2018

To be inline with the conventional commit specification we'll need support for real body and footer sections of a log entry.

The JSON might be extended like that:

    {
      "date": "2018-05-08",
      "type": "upd",
      "scope": "ci",
      "desc": "Changed Travis CI install workflow to 'composer update' (instead of install).",
      "body": ["Note: Travis CI is configured to run composer update.", "Cheers, your dev-team."]
      "footer": "fixes #1, #4.",
      "audience": "*"
    },

The value of the body attribute might either be a single string or an array, where elements of arrays mark a single paragraph within the body.

@atufkas atufkas added the enhancement New feature or request label May 8, 2018
@atufkas atufkas added this to the 1.0 milestone May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant