You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,9 @@ For a **PATCH** release:
52
52
Github's [release][release] page.
53
53
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
54
54
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`.
56
58
57
59
For a **MAJOR** or **MINOR** release:
58
60
@@ -64,7 +66,9 @@ For a **MAJOR** or **MINOR** release:
64
66
Github's [release][release] page.
65
67
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
66
68
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`.
0 commit comments