1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

Update COMMIT_CONVENTION.md

This commit is contained in:
Awilum
2022-07-11 21:36:06 +03:00
parent e112b89d6c
commit 404ae4b1f0

View File

@@ -20,7 +20,7 @@ to read on GitHub as well as in various git tools.
The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
Samples: (even more [samples](https://github.com/flextype/flextype/commits/dev))
Samples: (even more [samples](https://github.com/flextype/flextype/commits/master))
### Revert
If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit. In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit being reverted.