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: RELEASING.md
+7
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,19 @@ At some point in time it is decided to release version x.y.z.
8
8
RELEASE_BRANCH="master"
9
9
```
10
10
11
+
## 0. (once) Install gem-release, needed for several commands here:
12
+
13
+
```bash
14
+
gem install gem-release
15
+
```
16
+
11
17
## 1. PR(s) for changelog & bump
12
18
13
19
Edit `CHANGELOG.md` as necessary. Even if all included changes remembered to update it, you should replace "Unreleased" section header with appropriate "x.y.z — 20yy-mm-dd" header.
14
20
15
21
Bump `lib/kubeclient/version.rb` manually, or by using:
0 commit comments