Skip to content

Commit 711ffc2

Browse files
committed
release documentation fixups
Signed-off-by: Andrew Stoycos <[email protected]>
1 parent 69519af commit 711ffc2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ For a **PATCH** release:
5252
Github's [release][release] page.
5353
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
5454
Attach these files to the Github release.
55-
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
55+
- Update the website files to point links and examples to the new release (simply `grep` for previous version).
56+
- Write a changelog for the new release in the [changelog readme](./CHANGELOG.md).
57+
- Make the new-release from the [releases page](https://github.com/kubernetes-sigs/network-policy-api/releases) with the new changelog and attach the `install.yaml`.
5658

5759
For a **MAJOR** or **MINOR** release:
5860

@@ -64,7 +66,9 @@ For a **MAJOR** or **MINOR** release:
6466
Github's [release][release] page.
6567
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
6668
Attach these files to the Github release.
67-
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
69+
- Update the website files to point links and examples to the new release (simply `grep` for previous version).
70+
- Write a changelog for the new release in the [changelog readme](./CHANGELOG.md).
71+
- Make the new-release from the [releases page](https://github.com/kubernetes-sigs/network-policy-api/releases) with the new changelog and attach the `install.yaml`.
6872

6973
For an **RC** release:
7074

0 commit comments

Comments
 (0)