File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ Run this command in your project's root directory to install the release script:
21
21
curl -o- https://raw.githubusercontent.com/simbo/release-version-script/latest/install.sh | bash
22
22
```
23
23
24
- Afterward, you can run the ` ./release ` command at any time to create and push a
25
- new tag with semantic versioning:
24
+ Afterward, you can run the ` ./release.sh ` command at any time to create and push
25
+ a new tag with semantic versioning:
26
26
27
27
``` sh
28
- ./release UPDATE
28
+ ./release.sh UPDATE
29
29
```
30
30
31
31
Allowed values for ` UPDATE ` are ` major ` , ` minor ` or ` patch ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ b=$(tput -T$t setaf 12)
9
9
u=$( tput -T$t smul)
10
10
x=$( tput -T$t sgr0)
11
11
12
- script=" release"
12
+ script=" release.sh "
13
13
14
14
if [[ -f $script ]] && ! grep -q " simbo/release-version-script" $script ; then
15
15
printf " \n${r} ERROR: file '${script} ' already exists\n"
You can’t perform that action at this time.
0 commit comments