We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e812a commit b217638Copy full SHA for b217638
docs/devel/release.md
@@ -8,7 +8,8 @@ So you want to release a new version of Kubernetes Dashboard? Great, you just ne
8
the steps below.
9
10
1. Send a pull request that increases Kubernetes Dashboard version number in `build/conf.js`.
11
- The property name is `deploy.versionRelease`. Follow versioning guidelines.
+ The property name is `deploy.version.release`. Follow versioning guidelines.
12
+ Keep `package.json` version in sync.
13
1. Get the pull request reviewed and merged.
14
1. Create a git [release tag](https://github.com/kubernetes/dashboard/releases/) for the merged
15
pull request. Release description should include changelog.
0 commit comments