Skip to content

Commit d5f0b8c

Browse files
committed
docs: add instructions for upgrading the extension to the latest version
- Added a new section in README for upgrading the `commitmsg` extension. - Included a sample command to guide users on performing the upgrade. This update improves documentation by providing clear steps for users to keep their extension up-to-date.
1 parent e34499c commit d5f0b8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ gh commitmsg --examples 5
6161
gh commitmsg --model xai/grok-3-mini
6262
```
6363

64+
### Upgrading Extension to Latest Version
65+
66+
```bash
67+
# Use to upgrade commitmsg to latest version
68+
gh extension upgrade commitmsg
69+
```
70+
6471
### Output examples
6572

6673
LLM will generate something like:

0 commit comments

Comments
 (0)