Merge pull request #1450 from fidencio/wip/release-notes-script-still-mentions-docker

Remove "Docker" & "[kata] runtime" references from the release scripts & process documentation
This commit is contained in:
Bin Liu
2021-02-24 15:59:36 +08:00
committed by GitHub
2 changed files with 2 additions and 5 deletions

View File

@@ -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}"
```

View File

@@ -98,9 +98,6 @@ EOT
cat <<EOT
## Compatibility with Docker
Kata Containers ${runtime_version} is compatible with Docker ${docker_version}
## Compatibility with CRI-O
Kata Containers ${runtime_version} is compatible with CRI-O ${crio_version}