diff --git a/docs/Release-Process.md b/docs/Release-Process.md index 86085c2519..7be9333900 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -79,9 +79,9 @@ ``` $ cd ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/packaging/release # Note: OLD_VERSION is where the script should start to get changes. - $ ./runtime-release-notes.sh ${OLD_VERSION} ${NEW_VERSION} > notes.md + $ ./release-notes.sh ${OLD_VERSION} ${NEW_VERSION} > notes.md # Edit the `notes.md` file to review and make any changes to the release notes. - # Add the release notes in GitHub runtime. + # Add the release notes in the project's GitHub. $ hub release edit -F notes.md "${NEW_VERSION}" ``` diff --git a/tools/packaging/release/runtime-release-notes.sh b/tools/packaging/release/release-notes.sh similarity index 100% rename from tools/packaging/release/runtime-release-notes.sh rename to tools/packaging/release/release-notes.sh