Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and MitaWinata committed Jan 8, 2024
1 parent 081e21a commit 2833f1b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"model/a":"0.1.0","model/b":"0.1.0"}
{"model/a":"0.2.0","model/b":"0.2.0"}
8 changes: 8 additions & 0 deletions model/a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0](https://github.com/MitaWinata/monorepo_independent_releases/compare/a-v0.1.0...a-v0.2.0) (2024-01-08)


### Features

* a feat 4 ([60d813b](https://github.com/MitaWinata/monorepo_independent_releases/commit/60d813bf3dc236a0563427f3dad5bfdb2ec21e44))
* b feat 4 ([081e21a](https://github.com/MitaWinata/monorepo_independent_releases/commit/081e21ae9f012706e4e434ab313f64e87fd70cac))

## 0.1.0 (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion model/a/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'a'
version = "0.1.0"
version = "0.2.0"
description = "model a"
authors = ["Mita Winata"]

Expand Down
7 changes: 7 additions & 0 deletions model/b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/MitaWinata/monorepo_independent_releases/compare/b-v0.1.0...b-v0.2.0) (2024-01-08)


### Features

* b feat 4 ([081e21a](https://github.com/MitaWinata/monorepo_independent_releases/commit/081e21ae9f012706e4e434ab313f64e87fd70cac))

## 0.1.0 (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion model/b/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'b'
version = "0.1.0"
version = "0.2.0"
description = "model b"
authors = ["Mita Winata"]

Expand Down

0 comments on commit 2833f1b

Please sign in to comment.