Skip to content

Commit

Permalink
Release templates for Embedded C and C++ (#1817)
Browse files Browse the repository at this point in the history
* Add C template
* Add C++ template
  • Loading branch information
RickWinter authored Sep 18, 2020
1 parent 83cb2be commit af8d5f5
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
47 changes: 47 additions & 0 deletions eng/scripts/release-template/c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Azure SDK for Embedded C (%%MMMM yyyy%%)
layout: post
tags: c
sidebar: releases_sidebar
repository: azure/azure-sdk-for-c
---

The Azure SDK team is pleased to make available the %%MMMM yyyy%% client library release.

#### GA

- _Add packages_

#### Updates

- _Add packages_

#### Beta

- _Add packages_

## Installation Instructions

To install any of our packages, copy and paste the following commands into a terminal:

```bash
$>
```

## Feedback

If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-c/issues).

## Changelog

Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:

### _Package name_

- Major changes only!

## Latest Releases

View all the latest versions of C packages [here][c-latest-releases].

{% include refs.md %}
47 changes: 47 additions & 0 deletions eng/scripts/release-template/cpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Azure SDK for C++ (%%MMMM yyyy%%)
layout: post
tags: C++ cpp
sidebar: releases_sidebar
repository: azure/azure-sdk-for-cpp
---

The Azure SDK team is pleased to make available the %%MMMM yyyy%% client library release.

#### GA

- _Add packages_

#### Updates

- _Add packages_

#### Beta

- _Add packages_

## Installation Instructions

To install any of our packages, copy and paste the following commands into a terminal:

```bash
$>
```

## Feedback

If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-cpp/issues).

## Changelog

Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:

### _Package name_

- Major changes only!

## Latest Releases

View all the latest versions of C++ packages [here][cpp-latest-releases].

{% include refs.md %}
2 changes: 2 additions & 0 deletions eng/scripts/release-template/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ You can find links to packages, code, and docs on our [Azure SDK Releases page](

* [All release notes](index.md)
* [.NET release notes](dotnet.md)
* [C++ release notes](cpp.md)
* [Embedded C release notes](c.md)
* [Java release notes](java.md)
* [JavaScript/TypeScript release notes](js.md)
* [Python release notes](python.md)

0 comments on commit af8d5f5

Please sign in to comment.