Skip to content

Commit

Permalink
Merge branch 'feat-r1b' into 'main'
Browse files Browse the repository at this point in the history
🔧 chore: updated module

See merge request powershell/commitfusion!7
  • Loading branch information
gsnow committed Dec 3, 2023
2 parents 1a9c4d3 + 4198d24 commit b74f0da
Show file tree
Hide file tree
Showing 27 changed files with 542 additions and 3,763 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test/
dist/
docs/_site/
CHANGELOG-Test.md
Gemfile.lock
testResults.xml
coverage.xml
.vscode/
11 changes: 7 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pester_test:
tags:
- windows
script:
- echo "Running tests -> pester_test"
- pwsh
- install-module -name 'pester' -RequiredVersion '5.5.0' -Repository 'psgallery' -confirm:$false
- Import-Module -name pester -RequiredVersion '5.5.0'
Expand All @@ -21,6 +22,7 @@ pester_test_coverage:
tags:
- windows
script:
- echo "Running tests -> pester_test_coverage"
- pwsh
- install-module -name 'pester' -RequiredVersion '5.5.0' -Repository 'psgallery' -confirm:$false
- Import-Module -name pester -RequiredVersion '5.5.0'
Expand All @@ -35,6 +37,7 @@ script_analyzer:
tags:
- windows
script:
- echo "Running tests -> script_analyzer"
- pwsh
- find-module -name PSScriptAnalyzer -Repository PSGallery | install-module -Scope CurrentUser -Force -SkipPublisherCheck
- Import-Module -Name PSScriptAnalyzer
Expand All @@ -49,7 +52,7 @@ build_module:
tags:
- windows
rules:
- if: '$CI_BUILD_STAGE == "tests" && $CI_BUILD_STATUS == "success"'
- if: '$CI_COMMIT_BRANCH == "main" && $CI_BUILD_STAGE == "tests" && $CI_BUILD_STATUS == "success"'
script:
- pwsh
- Find-Module -name 'psmpacker' -repository 'powershell' | install-Module -force
Expand All @@ -66,7 +69,7 @@ create_nuget:
tags:
- windows
rules:
- if: '$CI_BUILD_STAGE == "tests" && $CI_BUILD_STATUS == "success"'
- if: '$CI_COMMIT_BRANCH == "main" && $CI_BUILD_STAGE == "tests" && $CI_BUILD_STATUS == "success"'
script:
- pwsh.exe
- find-Module -Repository 'powershell' -Name 'nupsforge' | Install-module -force
Expand All @@ -86,7 +89,7 @@ deploy_gitlab:
- pwsh.exe
- .\build\bt3-ci-deploy-pushtogitlab.ps1
rules:
- if: '$CI_BUILD_STAGE == "build" && $CI_BUILD_STATUS == "success"'
- if: '$CI_COMMIT_BRANCH == "main" && $CI_BUILD_STAGE == "build" && $CI_BUILD_STATUS == "success"'
artifacts:
paths:
- ./dist/*
Expand All @@ -101,7 +104,7 @@ deploy_proget:
- pwsh.exe
- .\build\bt4-ci-deploy-pushtoproget.ps1
rules:
- if: '$CI_BUILD_STAGE == "build" && $CI_BUILD_STATUS == "success"'
- if: '$CI_COMMIT_BRANCH == "main" && $CI_BUILD_STAGE == "build" && $CI_BUILD_STATUS == "success"'
artifacts:
paths:
- ./dist/*
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎯-🔖 Release(v0.3.2): Release / Version tags

🌟 FEATURE ADDTIONS: |
|-|

🍠 Access to 11 cmdlets to interface with the commitfusion class \
🍠 Module features deployed to github pages: [Github Pages](https://sgkens.github.io/commitfusion/) \
🍠 Deployed resources to the powershell gallary and chocalatey ..🖊

👤 @sgkens 📅 10:22AM, Monday 4th December 2023
Loading

0 comments on commit b74f0da

Please sign in to comment.