Skip to content

Commit

Permalink
Added template for release notes (istio#25368)
Browse files Browse the repository at this point in the history
* Added template for release notes

* Update template.yaml

* Update template.yaml

* Update template.yaml

* Update CODEOWNERS

* Update template.yaml

* Update CODEOWNERS
  • Loading branch information
brian-avery authored Jul 10, 2020
1 parent c36134f commit cd08e3e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Makefile* @istio/wg-test-
/pkg/webhooks/ @istio/wg-environments-maintainers
/prow/ @istio/wg-test-and-release-maintainers
/release/ @istio/wg-test-and-release-maintainers
/releasenotes/ @istio/wg-test-and-release-maintainers @istio/release-managers
/samples/ @istio/wg-docs-maintainers
/samples/addons @istio/wg-policies-and-telemetry-maintainers @istio/wg-environments-maintainers
/security/ @istio/wg-security-maintainers
Expand Down
36 changes: 36 additions & 0 deletions releasenotes/template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This YAML file describes the format for specifying a release notes entry for Istio.
# This should be filled in for all user facing changes.

# kind describes the type of change that this represents.
# Valid Values are:
# - bug-fix -- Used to specify that this change represents a bug fix.
# - security-fix -- Used to specify that this change represents a security fix.
# - feature -- Used to specify a new feature that has been added.
# - test -- Used to describe additional testing added. This file is optional for
# tests, but included for completeness.
kind:

# area describes the area that this change affects.
# Valid values are:
# - traffic-management
# - security
# - telemetry
# - installation
# - istioctl
# - documentation
area:

# issue is a (potentially comma separated list) of GitHub issues resolved in this note.
issue:

# releaseNotes is a markdown listing of any user facing changes. This will appear in the
# release notes.
releaseNotes:

# upgradeNotes is a markdown listing of any changes that will affect the upgrade
# process. This will appear in the release notes.
upgradeNotes:

# securityNotes is a markdown listing of any changes related to the security of
# Istio.
securityNotes:

0 comments on commit cd08e3e

Please sign in to comment.