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 #573

Merged
Changes from 1 commit
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
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'