Skip to content

Commit

Permalink
Add sample output of show-release-notes execution
Browse files Browse the repository at this point in the history
The previous sample was just a temporary version which wasn't updated
before publishing the command.
  • Loading branch information
extsoft committed Oct 4, 2019
1 parent 98edb89 commit 3d9e639
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,10 @@ hosting is unknown, the default layout is used. Now only GitHub is supported
Approximate commands flow is
```bash
==>> git elegant show-release-notes
git .....
# produces output like this
Release notes
- Add `show-release-notes` command
- Add `release-work` command
```

# `start-work`
Expand Down
5 changes: 4 additions & 1 deletion libexec/git-elegant-show-release-notes
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ hosting is unknown, the default layout is used. Now only GitHub is supported
Approximate commands flow is
\`\`\`bash
==>> git elegant show-release-notes
git .....
# produces output like this
Release notes
- Add \`show-release-notes\` command
- Add \`release-work\` command
\`\`\`
MESSAGE
}
Expand Down

0 comments on commit 3d9e639

Please sign in to comment.