Skip to content

Commit

Permalink
docs(releasing): correct bump steps
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 21, 2023
1 parent 385e5ad commit 36a8da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasing.md
Expand Up @@ -9,7 +9,7 @@ The process for cutting new releases.
```
Requires [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli)
1. Update `./man/man1/abbr.1`: bump date and version at top.
1. Update `./zsh-abbr.zsh`: bump date at top, and version at top and in `_abbr()`
1. Update `./zsh-abbr.zsh`: bump version at top, and date and version in `_abbr()`
1. Commit with message (replacing `<VERSION>` with the version)
```
chore(bump): bump to v<VERSION>, update changelog
Expand Down

0 comments on commit 36a8da3

Please sign in to comment.