Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
docs: update release notes workflow (#4311)
Browse files Browse the repository at this point in the history
Adds sections for notable changes and deprecation
notes, and documents these sections needing to be
filled, in the release notes.

Signed-off-by: Shashank Ram <[email protected]>
  • Loading branch information
shashankram authored Oct 25, 2021
1 parent 91dca3e commit 30a2f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/release_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ upload the packaged binaries and checksums as release assets, build and push Doc

## Add release notes

In the description section of the new release, add information about feature additions, bug fixes,
and any other administrative tasks completed on the repository.
The release job runs the `scripts/release-notes.sh` script to generate release notes for the specific release tag. Update the `Notable Changes` and `Deprecation Notes` section based on notable feature additions, critical bug fixes, and deprecated functionality.

## Update documentation and docs.openservicemesh.io website

Expand Down
4 changes: 4 additions & 0 deletions scripts/release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ if [[ -z "$crd_changes" ]]; then
fi

cat <<EOF
## Notable Changes
## Deprecation Notes
## CRD Updates
$crd_changes
Expand Down

0 comments on commit 30a2f05

Please sign in to comment.