Skip to content

Commit 05ca7fb

Browse files
committed
Add sections for commit messages, pull requests, and release notes
1 parent e275a50 commit 05ca7fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Ask a question about a repo:
107107
otto ask . -q "What does LoadFile do differently than ReadFile?"
108108
```
109109

110+
### Commit Messages
111+
110112
Generate a commit message:
111113

112114
![Made with VHS](https://vhs.charm.sh/vhs-4Uti5pLyUQ85pueoJH5IQ.gif)
@@ -115,13 +117,25 @@ Generate a commit message:
115117
otto commit # optionally add --push to push to remote
116118
```
117119

120+
### Pull Request
121+
118122
Generate a pull request:
119123

120124
```sh
121125
# make sure you are creating the PR on the correct base branch
122126
otto pr -b main # optionally add --publish to publish the Pull Request
123127
```
124128

129+
### Release Notes
130+
131+
Generate release notes:
132+
133+
```sh
134+
otto release # optionally add --publish to publish the release
135+
```
136+
137+
### Command Ask
138+
125139
Ask it about commands:
126140

127141
```sh

0 commit comments

Comments
 (0)