Skip to content

Commit 4d605c2

Browse files
style: readme line length
1 parent 33126bc commit 4d605c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ Either copy the scripts into your `PATH` or run the following command to add the
5757
scripts/link-git-commands.sh
5858
```
5959

60-
* This will link git scripts to a `bin` folder in your home directory. If you do not have a `bin` folder, it will create one for you.
60+
* This will link git scripts to a `bin` folder in your home directory.
61+
If you do not have a `bin` folder, it will create one for you.
6162

6263
### `git-tickets`
6364

64-
This command is used to get the tickets since staging was was last updated. By default it does not update the branches
65+
This command is used to get the tickets since staging was was last updated.
66+
By default, it does not update the branches
6567

6668
```shell
6769
git tickets [options] [arguments]
@@ -83,7 +85,8 @@ git tickets [options] [arguments]
8385
```
8486

8587
### `git-make-release`
86-
This command automates the process of preparing a new software release. It creates a release branch from the current branch, increments the version number, updates the `CHANGELOG.md`
88+
This command automates the process of preparing a new software release.
89+
It creates a release branch from the current branch, increments the version number, updates the `CHANGELOG.md`
8790

8891
```shell
8992
git make-release [options]

0 commit comments

Comments
 (0)