Skip to content

Commit 917c476

Browse files
committed
Fix releasing.md
1 parent c16c45c commit 917c476

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

RELEASING.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@
33
1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub:
44

55
```shell
6-
./scripts/release.sh -t v1.0.0
6+
TAG=v1.0.0 ./scripts/release.sh
77
```
88

99
2. Open a pull request and wait for the build to finish.
1010

1111
3. Merge the pull request and run `tag.sh` to create tags for packages:
1212

1313
```shell
14-
./scripts/tag.sh -t v1.0.0
15-
```
16-
17-
4. Push the tags:
18-
19-
```shell
20-
git push origin --tags
14+
TAG=v1.0.0 ./scripts/tag.sh
2115
```

0 commit comments

Comments
 (0)