Skip to content

Commit

Permalink
Merge branch 'refactor/ci-bump-psrepositoryreleasemanager-to-v0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Mar 16, 2024
2 parents 47c5013 + ddcac97 commit eb30aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
type: github
name: theohbrothers/PSRepositoryReleaseManager
endpoint: theohbrothers
ref: refs/tags/v0.7.0
ref: refs/tags/v0.8.0

stages:
- stage: build_test
Expand Down
2 changes: 1 addition & 1 deletion build/PSRepositoryReleaseManager
Submodule PSRepositoryReleaseManager updated 24 files
+16 −19 README.md
+1 −1 docs/samples/ci/azure-pipelines/custom/azure-pipelines.generate.yml
+0 −0 docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml
+0 −0 docs/samples/ci/azure-pipelines/generic/azure-pipelines.linux.container.yml
+0 −0 docs/samples/ci/azure-pipelines/generic/azure-pipelines.linux.yml
+0 −0 docs/samples/ci/azure-pipelines/generic/azure-pipelines.macos.yml
+0 −0 docs/samples/ci/azure-pipelines/generic/azure-pipelines.windows.powershell.5.1.yml
+0 −0 docs/samples/ci/azure-pipelines/generic/azure-pipelines.windows.pwsh.yml
+1 −1 src/PSRepositoryReleaseManager/Public/Generate-ReleaseNotes.ps1
+44 −0 src/PSRepositoryReleaseManager/generate/variants/Changes-HashSubject-Merges.ps1
+44 −0 src/PSRepositoryReleaseManager/generate/variants/Changes-HashSubject-NoMerges.ps1
+43 −0 src/PSRepositoryReleaseManager/generate/variants/Changes-HashSubject.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-HashSubject-Merges.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-HashSubject-NoMerges.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-HashSubject.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-Subject-Merges.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-Subject-NoMerges.ps1
+1 −1 src/PSRepositoryReleaseManager/generate/variants/VersionDate-Subject.ps1
+1 −1 src/scripts/ci/Invoke-Generate.ps1
+3 −3 src/scripts/dev/Invoke-Generate.ps1
+0 −0 templates/azure-pipelines/steps/powershell/.gitkeep
+0 −27 templates/azure-pipelines/steps/powershell/process-releasevariables.yml.disabled
+0 −0 templates/azure-pipelines/steps/pwsh/.gitkeep
+0 −27 templates/azure-pipelines/steps/pwsh/process-releasevariables.yml.disabled

0 comments on commit eb30aad

Please sign in to comment.