Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@

Configuration for generating Content Moderator SDK.

The current release is `release_1_0`.
The current release is `release_1_1`.

``` yaml

tag: release_1_0
tag: release_1_1
```
# Releases

### Release 1.0
These settings apply only when `--tag=release_1_0` is specified on the command line.
### Release 1.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not remove old releases!

Create a new release section and change the default, but don't remove the old one.

These settings apply only when `--tag=release_1_1` is specified on the command line.

``` yaml $(tag) == 'release_1_0'
``` yaml $(tag) == 'release_1_1'
input-file:
- stable/v1.0/ContentModerator.json
- stable/v1.1/ContentModerator.json
```

## Validation
Expand Down Expand Up @@ -91,11 +91,11 @@ go:
clear-output-folder: true
```

### Tag: release_1_0 and go
### Tag: release_1_1 and go

These settings apply only when `--tag=release_1_0 --go` is specified on the command line.
These settings apply only when `--tag=release_1_1 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'release_1_0' && $(go)
``` yaml $(tag) == 'release_1_1' && $(go)
output-folder: $(go-sdk-folder)/services/cognitiveservices/v1.0/contentmoderator
```
Loading