Skip to content

Commit 4df3cfa

Browse files
authored
Merge pull request #11 from octue/update-readme
DOC: Added note about conventional commits to developer readme
2 parents 759ee17 + f3cd096 commit 4df3cfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ pytest
3333
```
3434

3535
You'll find this takes you to the django admin where you have several example models registered, each of which use slightly different options on the json field, so you can see how the widget behaves.
36+
37+
**On the subject of commit messages**. It's helpful if you use the following [conventional commit codes](https://github.com/octue/conventional-commits#default-allowed-commit-codes) because then the PR and release notes get generated automatically!

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 = "django-svelte-jsoneditor"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A widget for django's JSONField using the latest-and-greatest Json Editor"
55
authors = ["Tom Clark <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)