Skip to content

Commit

Permalink
chore: update release notes w example (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Gheysels <[email protected]>
  • Loading branch information
stijnmoreels and fgheysels authored May 3, 2022
1 parent bcf9f6f commit c328f29
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,25 +99,20 @@ stages:
parameters:
repositoryName: 'arcus-azure/arcus.templates'
releaseNotes: |
Install new version via [NuGet](https://www.nuget.org/packages/Arcus.Templates.WebApi/$(Build.BuildNumber))
Install the $(Project) packages that you need via NuGet, for instance [$(Project).WebApi](https://www.nuget.org/packages/$(Project).WebApi/$(Build.BuildNumber)):
```shell
> dotnet new --install Arcus.Templates.WebApi::$(Build.BuildNumber)
```
Install new version via [NuGet](https://www.nuget.org/packages/Arcus.Templates.ServiceBus.Queue/$(Build.BuildNumber))
```shell
> dotnet new --install Arcus.Templates.ServiceBus.Queue::$(Build.BuildNumber)
```
Install new version via [NuGet](https://www.nuget.org/packages/Arcus.Templates.ServiceBus.Topic/$(Build.BuildNumber))
```shell
> dotnet new --install Arcus.Templates.ServiceBus.Topic::$(Build.BuildNumber)
```
Install new version via [NuGet](https://www.nuget.org/packages/Arcus.Templates.Databricks.JobMetrics/$(Build.BuildNumber))
```shell
> dotnet new --install Arcus.Templates.Databricks.JobMetrics::$(Build.BuildNumber)
> dotnet new --install $(Project).WebApi::$(Build.BuildNumber)
```
For a complete list of all $(Project) packages see the [documentation](https://templates.arcus-azure.net/).
## What's new?
### Features
* Provide the capability to do something (#123)
### Fixes / Changes
None.
### Breaking Changes
None.
### Removal
None.
- template: 'nuget/publish-official-package.yml@templates'
parameters:
packagesToPush: 'templates/*.nupkg'

0 comments on commit c328f29

Please sign in to comment.