Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e7f357a

Browse files
refactor(release): review build version script as preparation of semantic-release
1 parent 631db83 commit e7f357a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/buildversion.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ppi_version change "$1" "$2"
55
#$1 is the old version
66
#$2 is the new version
77
./scripts/rebuild.sh
8-
git add .
9-
git add lib
10-
git add t
11-
git commit -m "prepare new release"
12-
git push
13-
git tag -a "$2"
14-
git push origin --tags
8+
# git add .
9+
# git add lib
10+
# git add t
11+
# git commit -m "prepare new release"
12+
# git push
13+
# git tag -a "$2"
14+
# git push origin --tags
1515
make

0 commit comments

Comments
 (0)