From 6e8af1bce95bbce29b28c6b3ec089108b1d7b8b9 Mon Sep 17 00:00:00 2001 From: Marius Solbakken Mellum Date: Tue, 17 Mar 2026 11:16:42 +0100 Subject: [PATCH] Update documentation to include versioning guidelines Added note about using conventional commits for versioning. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8ba0e31..b72d9d1 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -2,4 +2,4 @@ This repository contains a PowerShell module used for documenting life cycle wor All PowerShell code in this repository should be compatible with PowerShell 7.1 or later, and should follow best practices for PowerShell development, including using proper naming conventions, commenting code, and writing unit tests where possible. -The module is published to powershellgallery.com. \ No newline at end of file +The module is published to powershellgallery.com. The module is versioned, so conventional commits must be used.