Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 23:13
22f9903

v0.10.0 (2024-07-19)

Enhancements

  • af4ea82 Enhancement (ci): Add test-build_publish job
  • b9c4331 Enhancement (ci): Add support for simulating publishing of module on azure-pipelines
  • 79df3dc Enhancement (ci): Bump PSRepositoryReleaseManager to v0.12.0
  • cbcaef2 Enhancement (development): Standardize vscode build tasks
  • 110aa3f Enhancement (development): Standardize vscode build tasks
  • 29bd99a Enhancement (development): Standardize vscode build tasks
  • 668c59c Enhancement (manifest): Update module tags
  • 593ee09 Enhancement (module): Add outputting of module manifest path in Invoke-Test and Invoke-Publish
  • 9d1b1c8 Enhancement (module): Improve documentation on dotnet installation
  • 3ad643e Enhancement (module): Improve error handling in function Publish-MyModule
  • 7a6d2c2 Enhancement (module): Improve validation of project variables
  • 5073aee Enhancement (module): Use default module manifest path for functions Invoke-Test and Invoke-Publish

Refactors

  • ae05bf7 Refactor (ci): Simplify import module command in azure-pipelines remote templates
  • eb568fa Refactor (ci): Standardize build_publish job
  • 0a82bc3 Refactor (ci): Standardize release job
  • b98289a Refactor (ci): Support deprecated node versions

Tests

  • 6e5e870 Test (entrypoint): Improve processing of variables
  • 8e5d957 Test (entrypoint): Improve robustness of script
  • d4187ad Test (integration): Add tests for default module manifest path
  • 28e3f5f Test (integration): Simplify and improve order of tests
  • 3d287b1 Test (integration): Standardize and add tests

Fixes

  • ef235a6 Fix (module): Remove resolving of module manifest path in Get-ProjectVariables

Documentation

  • 26e492e Docs (readme): Improve documentation on main project directory structure
  • c94ba89 Docs (readme): Update best practices
  • 298ac27 Docs (readme): Update best practices
  • cea1afc Docs (readme): Update documentation on provided remote templates
  • 7d90c0f Docs (samples): Add test-build_publish job to GitHub Workflows samples
  • f4b5ea9 Docs (samples): Add vscode build tasks sample files
  • f0cfb23 Docs (samples): Standardize Publish module command in GitHub Workflows samples
  • e758956 Docs (samples): Standardize applicable environment variables
  • 94b2206 Docs (samples): Standardize GitHub Workflows samples
  • 348f92b Docs (samples): Standardize vscode build tasks
  • ba2466e Docs (samples): Update GitHub Workflows samples
  • 07d7b40 Docs (samples): Update test entrypoint script
  • a69661c Docs (samples): Update test entrypoint script