mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 14:08:31 +00:00
release: Rename runtime-release-notes to release-notes
There's no runtime repo anymore, let's avoid making a reference to it, which may end up confusing people reading the Release-Process file. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
f5dab6af2e
commit
10ed3da4eb
@ -79,9 +79,9 @@
|
|||||||
```
|
```
|
||||||
$ cd ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/packaging/release
|
$ cd ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/packaging/release
|
||||||
# Note: OLD_VERSION is where the script should start to get changes.
|
# 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.
|
# 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}"
|
$ hub release edit -F notes.md "${NEW_VERSION}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user