Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 1af4610

Browse files
committed
chore: Version bump to 0.2.4 and update readme
1 parent ed9d7dc commit 1af4610

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,20 @@ The old distribution method is documented in
5151

5252
## Getting started
5353

54-
1. Make sure you have [Poetry](https://github.com/sdispater/poetry) installed.
54+
1. Make sure you have [pre-commit](https://pre-commit.com/#install) installed.
5555

5656
1. Make sure you have [pyenv](https://github.com/pyenv/pyenv) installed.
5757

58-
1. Git clone.
58+
1. Make sure you have [Poetry](https://github.com/sdispater/poetry) installed.
59+
60+
1. `git clone`
61+
62+
1. `pre-commit install`
5963

6064
1. It is highly recommend you enable setting for storing the venvs within your projects.
61-
```
62-
poetry config settings.virtualenvs.in-project true
63-
```
65+
```
66+
poetry config settings.virtualenvs.in-project true
67+
```
6468
6569
1. Install project dependencies.
6670
```

gitcommit/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "conventional-commit"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "a tool for writing conventional commits, conveniently"
55
authors = ["nebbles"]
66
readme = "README.md"

0 commit comments

Comments
 (0)