From 4dc28a15ad79ce460d58faa1effb0d9a9068b038 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 3 Feb 2023 12:41:34 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1738433d3b1..16fbf8c4ea8 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 [d78c938](https://github.com/noir-lang/noir/commit/d78c938cb260368bcf5c7a54ced9ae83bfc3d800) 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: