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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ that describes the version number, and gives it a date.
33
33
34
34
The "next release" section should contain only "Your contribution here".
35
35
36
+
_Note: It's useful to add the version to the commit message when you bump it: e.g. `Bump version to v2.3.4`.
37
+
36
38
## Generate the Binaries
37
39
38
40
```plain
@@ -49,28 +51,25 @@ VERSION matches the value of the `Version` constant.
49
51
50
52
Upload all the binaries from `release/*`.
51
53
52
-
## Update Homebrew
54
+
Past the release text and describe the new changes:
53
55
54
-
This is helpful for the (many) Mac OS X users.
56
+
```
57
+
### Exercism Command-Line Interface (CLI)
55
58
56
-
Fork and clone [homebrew/homebrew-binary](https://github.com/homebrew/homebrew-binary/fork).
59
+
Exercism takes place in two places: the discussions happen on the website, and you work on exercises locally. The CLI bridges the gap, allowing you to fetch exercises and submit solutions to the site.
57
60
58
-
Add the upstream repository:
61
+
This is a stand-alone binary, which means that you don't need to install any particular language or environment in order to use it.
0 commit comments