Skip to content

Commit cb17ff4

Browse files
style: fix markdown formatting
1 parent 644711e commit cb17ff4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ Custom scripts that extend Git functionality, to streamline the process of track
5252

5353
### Installation
5454
Either copy the scripts into your `PATH` or run the following command to add the scripts to your `PATH`
55+
5556
```shell
5657
scripts/link-git-commands.sh
5758
```
59+
5860
* 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.
5961

60-
`git-tickets`
61-
---------
62+
### `git-tickets`
63+
6264
This command is used to get the tickets since staging was was last updated. By default it does not update the branches
6365

6466
```shell
@@ -74,13 +76,13 @@ git tickets [options] [arguments]
7476
| branch 1 | the target branch that is up to date | master | any branch |
7577
| branch 2 | the branch that is behind | staging | any branch |
7678

77-
### Example
79+
### Tickets Example
80+
7881
```shell
7982
git tickets --update master staging
8083
```
8184

82-
`git-make-release`
83-
---------
85+
### `git-make-release`
8486
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`
8587

8688
```shell
@@ -91,7 +93,8 @@ This command automates the process of preparing a new software release. It creat
9193
|----------|-----------------------------------------------------------|---------|
9294
| --dry | Perform a dry run without any changes to branches or tags | N/A |
9395

94-
### Example
96+
### Make Release Example
97+
9598
```shell
9699
git make-release --dry
97100
```

0 commit comments

Comments
 (0)