From fc4b30a1e06b7fdd543a31835e49448cd463c175 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Mon, 1 Aug 2016 15:03:21 -0700 Subject: [PATCH] dev-internal: update release note For https://github.com/coreos/etcd/issues/6049. --- Documentation/dev-internal/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-internal/release.md b/Documentation/dev-internal/release.md index 2ea0715aa..60d47c183 100644 --- a/Documentation/dev-internal/release.md +++ b/Documentation/dev-internal/release.md @@ -31,8 +31,8 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht ## Write release note - Write introduction for the new release. For example, what major bug we fix, what new features we introduce or what performance improvement we make. -- Write changelog for the last release. ChangeLog should be straightforward and easy to understand for the end-user. - Put `[GH XXXX]` at the head of change line to reference Pull Request that introduces the change. Moreover, add a link on it to jump to the Pull Request. +- Find PRs with `release-note` label and explain them in `NEWS` file, as a straightforward summary of changes for end-users. ## Tag version