Skip to content

Commit

Permalink
Fix releasing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 3, 2021
1 parent c16c45c commit 917c476
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub:

```shell
./scripts/release.sh -t v1.0.0
TAG=v1.0.0 ./scripts/release.sh
```

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

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

```shell
./scripts/tag.sh -t v1.0.0
```

4. Push the tags:

```shell
git push origin --tags
TAG=v1.0.0 ./scripts/tag.sh
```

0 comments on commit 917c476

Please sign in to comment.