Skip to content

Commit 09d2263

Browse files
committed
comment improvmeent
1 parent ea30472 commit 09d2263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/trigger_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check all pyproject.toml files that have changed
44
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
5-
# Extract the change regarding the version from the pyproject.toml file
5+
# Extract the current version and buikd the expected tag
66
dirpath=$(dirname $file)
77
expected_tag=$(.github/helper.sh $dirpath --path-version)
88
version=$(.github/helper.sh $dirpath)

0 commit comments

Comments
 (0)