From 686fbb5a7519e312021f79437b1916fc7740b062 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 3 Feb 2023 12:51:14 -0700 Subject: [PATCH] chore: Update the git reference --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1738433d3b1..3bda73eb14a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ When committing, it's often useful to use the `git add -p` workflow to decide on ### Conventional Commits -As of the [1234567](https://github.com/noir-lang/noir/commit/1234567) commit, Noir follows the [Conventional Commits (v1.0.0)](https://www.conventionalcommits.org/en/v1.0.0/) specification. Following this convention allows us to provide an automated release process that also generates a detailed Changelog. +As of the [126ca26](https://github.com/noir-lang/noir/commit/126ca26aaa955bbb002db90308223916a998179f) commit, Noir follows the [Conventional Commits (v1.0.0)](https://www.conventionalcommits.org/en/v1.0.0/) specification. Following this convention allows us to provide an automated release process that also generates a detailed Changelog. As described by the specification, our commit messages should be written as: