Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update release notes w example #301

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion build/psgallery-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,20 @@ stages:
parameters:
repositoryName: '$(Repository)'
releaseNotes: |
Install new version via [PowerShell Gallery](https://www.powershellgallery.com/packages?q=$(Project).ARM)
Install the $(Project) packages that you need via PowerShell Gallery, for instance [$(Project).ARM](https://www.powershellgallery.com/packages/$(Project).ARM/$(Build.BuildNumber)):
```shell
PS > Install-Module -Name $(Project).ARM --Version $(Build.BuildNumber)
```
For a complete list of all $(Project) packages see the [documentation](https://scripting.arcus-azure.net/).
## What's new?
### Features
* Provide the capability to do something (#123)
### Fixes / Changes
None.
### Breaking Changes
None.
### Removal
None.
- powershell: |
Import-Module PowerShellGet -Force
Get-ChildItem -Path ./src -Filter *.psd1 -Recurse |
Expand Down