Skip to content

Commit

Permalink
doc: add comment for commit message format
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 18, 2024
1 parent 08630f7 commit a97681f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ First, ensure that your local environment is up to date:
git pull origin main --rebase --tags
```

Customize the commit message format for bumping the version:

```
yarn config set version-git-message "bump: %s"
```

Then create a tag of the release:

```
Expand Down

0 comments on commit a97681f

Please sign in to comment.