File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Prerelease Drafter
1
+ name : Prerelease Build
2
2
3
3
on :
4
4
push :
78
78
- name : Publish ALZ Module
79
79
shell : pwsh
80
80
run : |
81
- Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }} -Force
81
+ Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }} -ReleaseNotes "${{ steps.create_release.outputs.body }}" - Force
Original file line number Diff line number Diff line change 1
- name : Branch-Build
1
+ name : Pull Request Validator
2
2
on :
3
3
pull_request :
4
4
paths-ignore :
Original file line number Diff line number Diff line change 1
- name : Prerelease Drafter
1
+ name : Release Build
2
2
3
3
on :
4
4
workflow_dispatch :
74
74
- name : Publish ALZ Module
75
75
shell : pwsh
76
76
run : |
77
- Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }}
77
+ Publish-Module -Path "./ALZ" -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }} -ReleaseNotes "${{ steps.create_release.outputs.body }}" -Force
Original file line number Diff line number Diff line change 107
107
)
108
108
109
109
# A URL to the license for this module.
110
- LicenseUri = ' https://github.com/Azure/ALZ-PowerShell-Module/blob/initial_module_config /LICENSE'
110
+ LicenseUri = ' https://github.com/Azure/ALZ-PowerShell-Module/blob/main /LICENSE'
111
111
112
112
# A URL to the main website for this project.
113
113
ProjectUri = ' https://github.com/Azure/ALZ-Powershell-Module'
114
114
115
115
# A URL to an icon representing this module.
116
- IconUri = ' https://raw.githubusercontent.com/Azure/ALZ-PowerShell-Module/main/docs/rsz_alzlogo.png?token=GHSAT0AAAAAACAOIZ6NBDR7MPRSCNBS3RQUZA4IYUQ '
116
+ IconUri = ' https://raw.githubusercontent.com/Azure/ALZ-PowerShell-Module/main/docs/rsz_alzlogo.png'
117
117
118
118
# ReleaseNotes of this module
119
- ReleaseNotes = ' This is the first release of the ALZ PowerShell Module. This module is currently in preview and is subject to change.'
119
+ # ReleaseNotes = 'This is the first release of the ALZ PowerShell Module. This module is currently in preview and is subject to change.'
120
120
121
121
# Prerelease string of this module
122
- Prerelease = ' beta'
122
+ # Prerelease = 'beta'
123
123
124
124
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
125
125
# RequireLicenseAcceptance = $false
You can’t perform that action at this time.
0 commit comments