From ab687a9d92933714eea46691e91a912b845ab512 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 19 Apr 2025 12:43:52 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Set=20default=20n?= =?UTF-8?q?ame=20for=20the=20PSModule=20workflow=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PSModule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PSModule.yml b/.github/PSModule.yml index b66893c..b376f3e 100644 --- a/.github/PSModule.yml +++ b/.github/PSModule.yml @@ -3,7 +3,7 @@ # - https://github.com/PSModule/Process-PSModule?tab=readme-ov-file#configuration # The template comes with all the default values, so you can update the ones you want to change, and remove the ones you don't. Including this comment. -Name: null +Name: Template-PSModule Build: Skip: false From f64049697555afe3d1518cc2609d5401306c3359 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 19 Apr 2025 12:45:24 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20default?= =?UTF-8?q?=20values=20and=20unnecessary=20comments=20from=20PSModule=20wo?= =?UTF-8?q?rkflow=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PSModule.yml | 60 -------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/.github/PSModule.yml b/.github/PSModule.yml index b376f3e..c66c28c 100644 --- a/.github/PSModule.yml +++ b/.github/PSModule.yml @@ -2,66 +2,6 @@ # Reference: # - https://github.com/PSModule/Process-PSModule?tab=readme-ov-file#configuration -# The template comes with all the default values, so you can update the ones you want to change, and remove the ones you don't. Including this comment. -Name: Template-PSModule - -Build: - Skip: false - Module: - Skip: false - Docs: - Skip: false - Site: - Skip: false - Test: - Skip: false - Linux: - Skip: false - MacOS: - Skip: false - Windows: - Skip: false - SourceCode: - Skip: false - Linux: - Skip: false - MacOS: - Skip: false - Windows: - Skip: false - PSModule: - Skip: false - Linux: - Skip: false - MacOS: - Skip: false - Windows: - Skip: false - Module: - Skip: false - Linux: - Skip: false - MacOS: - Skip: false - Windows: - Skip: false - TestResults: - Skip: false CodeCoverage: - Skip: false PercentTarget: 0 - StepSummaryMode: 'Missed, Files' - -Publish: - Module: - Skip: false - AutoCleanup: true - AutoPatching: true - IncrementalPrerelease: true - DatePrereleaseFormat: '' - VersionPrefix: 'v' - MajorLabels: 'major, breaking' - MinorLabels: 'minor, feature' - PatchLabels: 'patch, fix' - IgnoreLabels: 'NoRelease'