We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fff6e commit 503b7b0Copy full SHA for 503b7b0
README.md
@@ -42,4 +42,13 @@ sqlfluff lints
42
poetry run sqlfluff lint dbt/dbt_test_project
43
```
44
45
+## Versioning
46
+```sh
47
+VERSION=$(poetry version patch --short)
48
+git commit -am "Bump Version"
49
+git tag $VERSION
50
+git push --tags
51
+git push
52
+```
53
+
54
Made with ❤️ by [data-max.io](https://www.data-max.io/).
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-formatting"
3
-version = "0.2.6"
+version = "0.2.7"
4
description = "Sample project to setup code testing and formatting tools"
5
authors = ["Sadik Bakiu <sadik@data-max.io>"]
6
license = "Apache 2.0"
0 commit comments