Skip to content

Commit

Permalink
feat: Feature release for service 1
Browse files Browse the repository at this point in the history
- Great feature!
  • Loading branch information
marc-at-brightnight committed Jan 17, 2025
1 parent 6be5ec2 commit 7e8b52a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 15 deletions.
6 changes: 0 additions & 6 deletions documentation/docs/srvc1/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions documentation/docs/srvc2/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion poweralpha/services/srvc1/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion poweralpha/services/srvc1/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def main():
print("Hello from srvc1!!!!")
print("Hello from srvc1!!")

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion poweralpha/services/srvc1/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "srvc1"
version = "1.1.0"
version = "1.0.1"

[project.scripts]
srvc1 = "__main__:main"
Expand Down
2 changes: 1 addition & 1 deletion semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
srvc1: false
srvc1: true
srvc2: false

0 comments on commit 7e8b52a

Please sign in to comment.