From aafcd747ae3b428975cb0ee85c1b6d8dafa8ab9f Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Tue, 7 May 2024 12:10:18 -0500 Subject: [PATCH] Fix typo --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 850bae79..8d690856 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -67,7 +67,7 @@ push new images to `dockerhub `_. The following pull request labels are respected: * major: Increment the major version when merged - * minot: Increment the minot version when merged + * minor: Increment the minor version when merged * patch: Increment the patch version when merged * skip-release: Preserve the current version when merged * release: Create a release when this pr is merged