Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 09:45
1a8486b

v0.11.0 (2024-06-23)

Features

  • 03c7ba1 Feature (generate): Add *-CategorizedSorted release notes variants

Enhancements

  • fc134cb Enhancement (ci): Standardize powershell parameters
  • 007f847 Enhancement (development): Improve variable interpolation syntax for vscode build tasks
  • 04f662c Enhancement (development): Standardize default value for environment variable RELEASE_NAME in .vscode/tasks.json
  • 22e9b94 Enhancement (development): Standardize powershell parameters
  • 4337440 Enhancement (entrypoint): Add verbose output for environment variable RELEASE_NAME
  • 1304876 Enhancement (entrypoint): Disable setting of default ErrorView preference
  • b0a587d Enhancement (entrypoint): Standardize and improve clarity of verbose output
  • dc1a0aa Enhancement (generate): Add sorting of uncategorized changes in *-CategorizedSorted variants
  • d42444e Enhancement (generate): Improve generation process for categorized variants
  • 8e5229f Enhancement (generate): Remove unnecessary trimming of git log lines
  • 032305b Enhancement (generate): Revise function Get-RepositoryCommitHistory to return the default object of git log items
  • 9a1c208 Enhancement (generate): Set default variant to VersionDate-HashSubject-NoMerges-CategorizedSorted
  • e430237 Enhancement (generate): Standardize processing of commit history across all variants
  • d59ada0 Enhancement (generate): Standardize release notes category title for chore commits
  • 2172f58 Enhancement (generate): Utilize variable for properties of uncategorized category
  • 2579a92 Enhancement (release): Add .vscode build tasks for Invoke-Release.ps1

Refactors

  • d9f4c67 Refactor (ci): Improve installation of test dependencies
  • 804e426 Refactor (generate): Improve namespacing of variables in categorized variants
  • 2e37991 Refactor (generate): Standardize order of available release notes variants
  • 993f7ef Refactor (generate): Tweak formatting of non-categorized variants generation code
  • 968a164 Refactor (generate): Tweak syntax of condition for determining categorized and uncategorized changes

Tests

  • ec9e434 Test (integration): Improve order of tests
  • 8b1d554 Test (integration): Standardize test names

Fixes

  • 50308c4 Fix (ci): Fix jobs to clone project with submodules
  • a510ead Fix (entrypoint): Fix error message for environment variable PROJECT_DIRECTORY
  • 5ea19cf Fix (generate): Fix interpolation of environment variable values for Invoke-Generate.ps1 vscode build tasks

Documentation

  • 14532fd Docs (ci): Fix reference to CI sample demonstrating use of job token GITHUB_TOKEN
  • c2f1053 Docs (ci): Update documentation on using environment variable GITHUB_API_TOKEN
  • dfe4de1 Docs (readme): Improve documentation in various sections
  • 7eb66f3 Docs (readme): Improve documentation on the project
  • 860eea9 Docs (readme): Tweak documentation on provided CI remote templates
  • a9d6dff Docs (readme): Update build badges
  • 1025a1e Docs (readme): Use generic git clone command in CI entrypoint scripts commands example
  • fd67d57 Docs (release): Add documentation on limited options for Invoke-Release.ps1 vscode build tasks
  • 32d700a Docs (release): Add documentation on using vscode build tasks for Invoke-Release.ps1
  • 5ffcea9 Docs (samples): Standardize powershell parameters