Skip to content

Commit

Permalink
feat: Feature release for service 1
Browse files Browse the repository at this point in the history
- Good feature!
  • Loading branch information
marc-at-brightnight committed Jan 17, 2025
1 parent ffd1386 commit c8b479d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/srvc1/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document includes all changes made to the `srvc1` module per version.

<!-- version list -->

## v1.1.0 (2025-01-16)
## v1.0.1 (2025-01-16)

### Bug Fixes

Expand Down
7 changes: 1 addition & 6 deletions documentation/docs/srvc2/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ This document includes all changes made to the `srvc2` module per version.

<!-- version list -->

## v1.2.0 (2025-01-17)
## v1.1.1 (2025-01-17)

### Bug Fixes

- Fix for service 2 ([`7b30779`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/7b307799afb199445702742f98285d3ac47ec525))
- Great fix!

### Features

- Feature release for service 1 ([`7e8b52a`](https://github.com/marc-at-brightnight/psr-monorepo-poweralpha/commit/7e8b52ae4163a14fab621f510f91e68ca031686a))
- Great feature!


## v1.1.0 (2025-01-16)

Expand Down
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/srvc2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion poweralpha/services/srvc2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "srvc2"
version = "1.2.0"
version = "1.1.1"

[project.scripts]
srvc2 = "__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 c8b479d

Please sign in to comment.