From 404ae4b1f0af4fc9a70780fd0ec5c4721b30d967 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 11 Jul 2022 21:36:06 +0300 Subject: [PATCH] Update COMMIT_CONVENTION.md --- .github/COMMIT_CONVENTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/COMMIT_CONVENTION.md b/.github/COMMIT_CONVENTION.md index b7e97fc0..b2a84c97 100644 --- a/.github/COMMIT_CONVENTION.md +++ b/.github/COMMIT_CONVENTION.md @@ -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 .`, where the hash is the SHA of the commit being reverted.