mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Adding ticket links (jira ids/git lab ids etc) #89
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?
Originally created by @dagadbm on GitHub (Feb 21, 2020).
How would you guys go around still using conventional commits AND also allow to insert the ticket jira id the commit is associated with?
in what part of the commit structure would this go?
@damianopetrungaro commented on GitHub (Feb 21, 2020):
Hey @dagadbm I do it every time actually!
You can use the footer to link the Jira issues :)
An example (just fill it with real content 😂 ):
@lppedd commented on GitHub (Apr 10, 2020):
@damianopetrungaro the problem is you're not following the specification for the footer, which requires a
:separator@damianopetrungaro commented on GitHub (Apr 10, 2020):
@lppedd where is it mentioned in the spec?
It isn't specified as far as I can see
@lppedd commented on GitHub (Apr 11, 2020):
@damianopetrungaro yeah you're right. It's only for
BREAKING CHANGE.OT: so let's say we have the example
And we remove the
:from the footer.How do we discern it from the body?
@lppedd commented on GitHub (Apr 11, 2020):
@damianopetrungaro the spec did mention it, see https://github.com/conventional-commits/conventionalcommits.org/pull/185/files
The site is messed up to an old version now. Damn I got scared as my tool needs to adhere to the spec.
@damianopetrungaro commented on GitHub (Apr 11, 2020):
@bcoe can you take a look about the last comment?
@unrevised6419 commented on GitHub (Oct 4, 2021):
I go with
@LemmingAvalanche commented on GitHub (Mar 20, 2024):
In the trailer.
@torsknod2 commented on GitHub (Feb 22, 2025):
Two cases should be distinguished:
For projects where multiple issues are referenced, there should be three ways:
Further it should be possible to distinguish:
Regarding references to the issues:
#.