diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index 35c6ae8..0000000 --- a/.github/release.yml +++ /dev/null @@ -1,18 +0,0 @@ -# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes - -changelog: - exclude: - labels: - - NoRelease - categories: - - title: 🌟 Breaking Changes - labels: - - Major - - Breaking - - title: 🚀 New Features - labels: - - Minor - - Feature - - title: Other Changes - labels: - - '*' diff --git a/src/functions/public/Get-CurrentDateTime.ps1 b/src/functions/public/Get-CurrentDateTime.ps1 index 4c810eb..eb36af1 100644 --- a/src/functions/public/Get-CurrentDateTime.ps1 +++ b/src/functions/public/Get-CurrentDateTime.ps1 @@ -17,6 +17,11 @@ Returns the current date in short date format. + .EXAMPLE + Get-CurrentDateTime -Format 'Custom' -CustomFormat 'dddd, MMMM dd, yyyy' + + Returns the current date in a custom format like "Monday, January 20, 2026". + .LINK https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-CurrentDateTime/ #>