Chore
* chore(workflow): fixed release workflow ([`029403e`](https://github.com/remyz17/odooghost/commit/029403e99571e2e6105f6b670b0ac9cd8d9f326e))
* chore(release.yaml): update Python Semantic Release step to continue on error and add Publish step to handle failure case
The Python Semantic Release step in the release.yaml workflow has been updated to include the `continue-on-error: true` option. This change allows the workflow to continue even if the semantic-release command fails.
Additionally, a new Publish step has been added to the workflow. This step is only executed if the previous Python Semantic Release step fails. It runs the `poetry publish -n` command to publish the package to the package index. ([`7d31a20`](https://github.com/remyz17/odooghost/commit/7d31a2044f84aef1da654629bb4ef21ca0d6175e))
* chore(orchestrator.yaml): update file references to use correct file extensions
The file references in the orchestrator.yaml file have been updated to use the correct file extensions. The references to test.yml and lint.yml have been changed to test.yaml and lint.yaml respectively. Similarly, the reference to release.yml has been changed to release.yaml. This change ensures that the correct workflow files are used in the respective jobs. ([`5b891d1`](https://github.com/remyz17/odooghost/commit/5b891d15f20688666c9ae28ac0cfe7192d85d1ea))
* chore(docs.yaml): change trigger from push to release to deploy documentation
chore(lint.yaml): remove push trigger and add workflow_call trigger for linting workflow
feat(orchestrator.yaml): add orchestrator workflow to call testing, linting, and release pipelines
feat(release.yaml): add release workflow to perform semantic release and publish package
feat(semantic_pull_request.yaml): add semantic pull request workflow to validate PR title
chore(test.yaml): remove push trigger and add workflow_call trigger for testing workflow ([`dcd3762`](https://github.com/remyz17/odooghost/commit/dcd3762cc06cb1923e1ac9e206d098b52d360c50))
* chore(pyproject.toml): update homepage URL to the correct GitHub Pages URL
chore(pyproject.toml): update commit message template to include [skip ci] to skip CI pipeline for automatic releases
chore(pyproject.toml): update build command to only build the package without publishing it ([`8892b64`](https://github.com/remyz17/odooghost/commit/8892b6455d3d0dd14befb2af3305f820b8b48439))
Documentation
* docs(README.md): update installation instructions to use pip instead of cloning the repository and installing with poetry
build(pyproject.toml): update build command to include publishing the package with poetry ([`16c187b`](https://github.com/remyz17/odooghost/commit/16c187b15db73503406fc32fd10fe8252ec991a3))
Fix
* fix(config.py): Fixed method typo ([`efcf250`](https://github.com/remyz17/odooghost/commit/efcf250666b20b117700eb341f93d8c74e526124))
Unknown
* 0.1.2 [skip ci]
Automatically generated by python-semantic-release ([`6590311`](https://github.com/remyz17/odooghost/commit/6590311d8d15bedaec535e23a703f2fb9b9b8998))