File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name : Release Package
2+ permissions :
3+ contents : write
24
35on :
46 push :
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ release VERSION="":
9595 if [ -n " $(git diff --cached)" ] || [ -n " $(git diff)" ]; then
9696 echo " Committing version changes..."
9797 git add pyproject.toml tarot_canvas/ _version.py
98- git commit -m " Bump version to $NEW_VERSION"
98+ git commit -m " chore: bump version to $NEW_VERSION"
9999 fi
100100
101101 # Create and push tag
@@ -121,5 +121,6 @@ release VERSION="":
121121 echo " "
122122 echo " Next steps:"
123123 echo " 1. Push the tag to trigger the GitHub Action:"
124+ echo -e " ${YELLOW}git push origin main"
124125 echo -e " ${YELLOW}git push origin $TAG_NAME${NC}"
125126
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " tarot-canvas"
7- version = " 1.0.1 "
7+ version = " 1.0.2 "
88description = " A cross-platform Qt6 application for viewing and exploring tarot decks"
99authors = [" Adam Fidel <adam@fidel.id>" ]
1010readme = " README.md"
Original file line number Diff line number Diff line change 11"""Version information for Tarot Canvas."""
22
3- __version__ = "1.0.1 "
3+ __version__ = "1.0.2 "
You can’t perform that action at this time.
0 commit comments