You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lambda-express we have started using conventional-changelog syntax for our commit messages, and enforcing it in our linting. We use commits to bump versions correctly and generate changelogs. If we decide we like that format, we will need to update our coding standards here to document it.
When updating the standards, be sure to explicitly state:
line lengths
types / scopes
indentation (e.g. starting lines after BREAKING CHANGE:\n with four spaces so that they get properly indented in the changelog list item - probably the same for lists that we explicitly write in our commit bodies, too)
format for referencing multiple issues
The text was updated successfully, but these errors were encountered:
In lambda-express we have started using conventional-changelog syntax for our commit messages, and enforcing it in our linting. We use commits to bump versions correctly and generate changelogs. If we decide we like that format, we will need to update our coding standards here to document it.
When updating the standards, be sure to explicitly state:
BREAKING CHANGE:\n
with four spaces so that they get properly indented in the changelog list item - probably the same for lists that we explicitly write in our commit bodies, too)The text was updated successfully, but these errors were encountered: