Skip to content

Commit

Permalink
Update README.md (istio#980)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Add release-note instruction.

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
none
```

Add instruction about how to get collect release-note from PR description.

Should merge after istio/test-infra#441

Former-commit-id: 8c8b8ff
  • Loading branch information
yutongz authored and istio-merge-robot committed Sep 29, 2017
1 parent f29ac44 commit 240750e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,19 @@ and edit the release that points to ```${RELEASE_TAG}```. Uploads the artifacts

Create a PR, where you increment ```istio.RELEASE``` for the next
release and you update ```istio/downloadIstio.sh``` to point to ```${RELEASE_TAG}```

### Generate release-note

First make sure you finished tagging.

This tool helps you to collect release-note left in PR descriptions.

If you want to get this kind of release-note from 0.2.4 to 0.2.6, run the following command:
```Bash
$ git clone https://github.com/istio/test-infra
$ cd test-infra
$ bazel build //toolbox/release_note_collector:release_note_collector
$ bazel bazel-bin/toolbox/release_note_collector/release_note_collector --previous_release 0.2.4 --current_release 0.2.6 --repos istio,mixer,pilot --pr_link
$ cat release-note
```

0 comments on commit 240750e

Please sign in to comment.