Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: version.txt not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 26, 2023
1 parent c6dcfd9 commit 1ec1a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ def create_tag(tag_name: str):
# commit changelog
repo.git.add("CHANGELOG.md")
repo.index.commit("chore(changelog): update changelog")
print("Changelog updated")
repo.git.add("version.txt")
print("Changelog updated | Version file updated")
# push tag
try:
origin = repo.remote(name="origin")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2

0 comments on commit 1ec1a30

Please sign in to comment.