You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,19 @@ pre-commit install
73
73
74
74
All checks should pass before you push your code.
75
75
Merge requests with violations are likely to be ignored until they are fully compliant.
76
+
77
+
### Release process
78
+
79
+
Create a release on Github with a new tag in the format `v1.0.0`.
80
+
The [release Github Actions workflow](.github/workflows/release.yml) will take care of the rest.
81
+
It will set the version in pyproject.toml, build, run tests, and publish to pypi.
82
+
83
+
The bumped version is not committed back to the repo to simplify the workflow.
84
+
85
+
Don't forget to set the new version as dependency in both requirements.txt AND manifest.json on the HA integration!
86
+
87
+
## Support
88
+
89
+
This library and the related [Home Assistant integration](https://github.com/enovates/home-assistant-enovates) are provided AS-IS, and without warranty.
90
+
Support may be provided on the repository's [Issue tracker](https://github.com/enovates/enovates-modbus/issues) on a best-effort basis only.
91
+
Please do not file support requests about this library via the Enovates website.
0 commit comments