Skip to content

Commit 692898e

Browse files
authored
chore: update release notes w example (#301)
1 parent a8bf46d commit 692898e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

build/psgallery-release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,20 @@ stages:
140140
parameters:
141141
repositoryName: '$(Repository)'
142142
releaseNotes: |
143-
Install new version via [PowerShell Gallery](https://www.powershellgallery.com/packages?q=$(Project).ARM)
143+
Install the $(Project) packages that you need via PowerShell Gallery, for instance [$(Project).ARM](https://www.powershellgallery.com/packages/$(Project).ARM/$(Build.BuildNumber)):
144144
```shell
145145
PS > Install-Module -Name $(Project).ARM --Version $(Build.BuildNumber)
146146
```
147+
For a complete list of all $(Project) packages see the [documentation](https://scripting.arcus-azure.net/).
148+
## What's new?
149+
### Features
150+
* Provide the capability to do something (#123)
151+
### Fixes / Changes
152+
None.
153+
### Breaking Changes
154+
None.
155+
### Removal
156+
None.
147157
- powershell: |
148158
Import-Module PowerShellGet -Force
149159
Get-ChildItem -Path ./src -Filter *.psd1 -Recurse |

0 commit comments

Comments
 (0)