Skip to content

Commit

Permalink
feat: Semantic release config (#30)
Browse files Browse the repository at this point in the history
* Update README.md

* Update .releaserc.json

* Update package-lock.json

* Update .releaserc.json

* Fixed tag version

* Update .releaserc.json
  • Loading branch information
ankurdotb authored Sep 8, 2022
1 parent 79bf82f commit 7ce8945
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 198 deletions.
10 changes: 6 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"branches": [
"chains/cheqd/mainnet",
{
"name": "chains/cheqd/mainnet",
"channel": "mainnet"
},
{
"name": "chains/cheqd/testnet",
"channel": "beta",
"prerelease": true
"channel": "testnet"
}
],
"tagFormat": "${version}",
"tagFormat": "v${version}",
"ci": true,
"preset": "conventionalcommits",
"plugins": [
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# BDJuno
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/forbole/bdjuno/Tests)](https://github.com/forbole/bdjuno/actions?query=workflow%3ATests)
[![Go Report Card](https://goreportcard.com/badge/github.com/forbole/bdjuno)](https://goreportcard.com/report/github.com/forbole/bdjuno)
![Codecov branch](https://img.shields.io/codecov/c/github/forbole/bdjuno/cosmos/v0.40.x)

BDJuno (shorthand for BigDipper Juno) is the [Juno](https://github.com/forbole/juno) implementation
for [BigDipper](https://github.com/forbole/big-dipper).
Expand Down
Loading

0 comments on commit 7ce8945

Please sign in to comment.