diff --git a/documentation/docs/srvc1/changelog.md b/documentation/docs/srvc1/changelog.md index 96d7a72..939a609 100644 --- a/documentation/docs/srvc1/changelog.md +++ b/documentation/docs/srvc1/changelog.md @@ -11,12 +11,6 @@ This document includes all changes made to the `srvc1` module per version. - Test service 1 release ([`d50e904`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/d50e9044b8dbd01bda80bd1d0cd9271926b90d8f)) - This is a good test for service 1 -### Features - -- Test release service 2 ([`9f87f9f`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/9f87f9f500f12167791f9167f26d0b4f3d0c25c0)) - - Good test for service 2 - - ## v1.0.0 (2025-01-16) - Initial Release diff --git a/documentation/docs/srvc2/changelog.md b/documentation/docs/srvc2/changelog.md index 8d93def..3d21468 100644 --- a/documentation/docs/srvc2/changelog.md +++ b/documentation/docs/srvc2/changelog.md @@ -6,11 +6,6 @@ This document includes all changes made to the `srvc2` module per version. ## v1.1.0 (2025-01-16) -### Bug Fixes - -- Test service 1 release ([`d50e904`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/d50e9044b8dbd01bda80bd1d0cd9271926b90d8f)) - - This is a good test for service 1 - ### Features - Test release service 2 ([`9f87f9f`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/9f87f9f500f12167791f9167f26d0b4f3d0c25c0)) diff --git a/poweralpha/services/srvc1/__init__.py b/poweralpha/services/srvc1/__init__.py index 6849410..5c4105c 100644 --- a/poweralpha/services/srvc1/__init__.py +++ b/poweralpha/services/srvc1/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.0.1" diff --git a/poweralpha/services/srvc1/__main__.py b/poweralpha/services/srvc1/__main__.py index 3d5ee2b..ac4ba54 100644 --- a/poweralpha/services/srvc1/__main__.py +++ b/poweralpha/services/srvc1/__main__.py @@ -1,5 +1,5 @@ def main(): - print("Hello from srvc1!!!!") + print("Hello from srvc1!!") if __name__ == "__main__": main() diff --git a/poweralpha/services/srvc1/pyproject.toml b/poweralpha/services/srvc1/pyproject.toml index f51cb25..e76edc5 100644 --- a/poweralpha/services/srvc1/pyproject.toml +++ b/poweralpha/services/srvc1/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srvc1" -version = "1.1.0" +version = "1.0.1" [project.scripts] srvc1 = "__main__:main" diff --git a/semantic-release.yaml b/semantic-release.yaml index bd6dbe8..de63338 100644 --- a/semantic-release.yaml +++ b/semantic-release.yaml @@ -1,2 +1,2 @@ -srvc1: false +srvc1: true srvc2: false