File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
.idea /
4
4
node_modules /
5
5
dist /
6
- gradle.properties
6
+ gradle.properties
7
+ .DS_Store
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ VERSION="$1"
6
6
sed -i ' ' " s/version = \" \(.*\)\" /version = \" $VERSION \" /" lib/build.gradle.kts
7
7
sed -i ' ' " s/com.luissoares:selenium-testing-library:[^\" ]*/com.luissoares:selenium-testing-library:$VERSION /" README.md
8
8
9
- git add lib/build.gradle.kts README.md
10
- git commit -m " Update version to $VERSION "
9
+ git add lib/build.gradle.kts README.md || true
10
+ git commit -m " Update version to $VERSION " || true
11
11
12
+ git push
12
13
git tag -l | xargs git tag -d
13
14
git push --delete origin " v$VERSION " || true
14
15
git tag " v$VERSION " -m " Tag release for version $VERSION "
You can’t perform that action at this time.
0 commit comments