Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 24, 2023
1 parent 321f5db commit 79a6c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev159"
version = "0.0.0.dev160"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
1 change: 1 addition & 0 deletions src/repodynamics/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def event_push_branch_modified_main(self):
parent_commit_url=self.gh_link.commit(self.hash_before),
)
changelog_manager.add_from_commit_body(commit.msg.body)
changelog_manager.write_all_changelogs()
self.commit(amend=True, push=True)

if next_ver:
Expand Down

0 comments on commit 79a6c94

Please sign in to comment.