Skip to content

Commit

Permalink
cherry pick 5 0 2 (#913)
Browse files Browse the repository at this point in the history
* Update RELEASING.md (#911)

* chore: add artifacts to the gitignore (#912)
  • Loading branch information
okwme authored Jul 14, 2021
1 parent 1822887 commit 8345d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.idea

# Build
artifacts
vendor
build
tools/bin/*
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Ensure you run the reproducible build in order to generate sha256 hashes and pla
these artifacts should be included in the release.

```bash
make distclean build-reproducable
make distclean build-reproducible
```

Then use the following release text template:
Expand All @@ -90,7 +90,7 @@ As there is a breaking change from Gaia v3, the Gaia module has been incremented
See the [Cosmos SDK v0.41.0 Release](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.0) for details.

```bash
$ make distclean build-reproducable
$ make distclean build-reproducible
App: gaiad
Version: 4.0.0
Commit: 2bb04266266586468271c4ab322367acbf41188f
Expand Down

0 comments on commit 8345d99

Please sign in to comment.