mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #102] [MERGED] fix: Remove spec ambiguity between body and footer #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/102
Author: @mrwilson
Created: 10/23/2018
Status: ✅ Merged
Merged: 10/24/2018
Merged by: @damianopetrungaro
Base:
master← Head:master📝 Commits (1)
4b577fbfix: Remove spec ambiguity between body and footer📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
content/next/index.md(+1 -1)📄 Description
Prior to this change, if a message had a block of text after the type and description then it was ambiguous as to whether it was a body or a footer. This change resolves the issue by specifying that a footer can only follow (and therefore requires) a body, rather than a description.
Fixes #98
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.