Skip to content

Commit

Permalink
Merge pull request #15 from cybozu-go/fix-20220713
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kmdkuk authored Jul 13, 2022
2 parents f5429d5 + 58734be commit 8315333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ It should look like:

```console
# Set VERSION and confirm it. It should not have "v" prefix.
$ VERSION=x.y.x
$ VERSION=x.y.z
$ echo $VERSION
```

2. Make a branch to release

```console
$ git neco dev "$VERSION"`
$ git neco dev "bump-$VERSION"
```

3. Edit `CHANGELOG.md` for the new version ([example][]).
Expand All @@ -57,7 +57,7 @@ It should look like:

```console
# Set VERSION again.
$ VERSION=x.y.x
$ VERSION=x.y.z
$ echo $VERSION

$ git checkout main
Expand Down

0 comments on commit 8315333

Please sign in to comment.