Skip to content

Commit

Permalink
update unclog instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Dec 5, 2023
1 parent 8633f0e commit 33a4dc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Before cutting a _**release candidate**_ (e.g., `v3.3.0-rc0`), the following ste
```bash
unclog release v3.3.0
```
- `unclog release` requires an editor. This can be set either by configuring
an `$EDITOR` environment variable or by manually specify an editor binary path
via the `--editor` flag.
- add the date as the summary of the release (`unclog release` requires adding a summary), e.g.,
```md
*December 5, 2023*
```
- update `CHANGELOG.md`, i.e.,
```bash
unclog build > CHANGELOG.md
Expand Down

0 comments on commit 33a4dc9

Please sign in to comment.