Skip to content

Commit 8b36dcc

Browse files
committed
updated changelog
1 parent 455adc8 commit 8b36dcc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Catesta template module changes
1111
- Updated all GitHub actions workflows from `actions/upload-artifact@v3` to `actions/upload-artifact@v4`
12+
- `Invoke-Formatter` now runs at the end of `Build` step for final cleanup
1213
- CI/CD Changes:
1314
- Pester bumped from `5.6.1` to `5.7.1`
1415
- InvokeBuild bumped from `5.11.3` to `5.12.1`
1516
- PSScriptAnalyzer bumped from `1.22.0` to `1.23.0`
1617
- Catesta primary module changes
1718
- Updated GitHub actions workflows from `actions/upload-artifact@v3` to `actions/upload-artifact@v4`
19+
- `Invoke-Formatter` now runs at the end of `Build` step for final cleanup
1820
- Pester bumped from `5.6.1` to `5.7.1`
1921
- InvokeBuild bumped from `5.11.3` to `5.12.1`
2022
- PSScriptAnalyzer bumped from `1.22.0` to `1.23.0`

docs/New-ModuleProject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ New-ModuleProject -ModuleParameters $moduleParameters -DestinationPath $outPutPa
243243
```
244244

245245
Scaffolds a PowerShell module project for integration with GitLab CI/CD Pipelines with the project code stored on GitLab.
246-
A full set of repository supporting files are included.
246+
A full set of repository supporting files are included.
247247
The project is set up for integration with Read the Docs.
248248

249249
## PARAMETERS
@@ -357,7 +357,7 @@ Accept wildcard characters: False
357357
```
358358
359359
### CommonParameters
360-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction.
360+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction.
361361
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
362362
363363
## INPUTS

0 commit comments

Comments
 (0)