Skip to content

Commit

Permalink
feat(feat): develop/main (#255)
Browse files Browse the repository at this point in the history
* feat(feat): develop/main

* fix(fix): fix

* fix(test): fix
  • Loading branch information
cgilbe27 authored Dec 7, 2023
1 parent 8409d2a commit ef01afa
Show file tree
Hide file tree
Showing 5 changed files with 11,447 additions and 11,773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Semantic Release 🚀
on:
push:
branches: ["releases/*"]
branches: ["main"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: ⛓️ Tests @nibiruchain/ts-sdk

on:
pull_request:
branches: ["releases/*"]
branches: ["develop", "main"]
paths: ["**.js", "**.ts", "**.tsx", "**.json"]
push:
branches: ["releases/*"]
branches: ["main"]
paths: ["**.js", "**.ts", "**.tsx", "**.json"]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The official TypeScript SDK for the Nibiru blockchain
<img src="https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD" style="height: 20px">
</a>

[![⛓️ Tests @nibiruchain/nibijs](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml/badge.svg?branch=releases%2Fv0.21.x)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml)
[![⛓️ Tests @nibiruchain/indexer-nibi](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml/badge.svg?branch=releases%2Fv0.21.x)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml)
[![⛓️ Tests @nibiruchain/nibijs](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml/badge.svg?branch=main)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-nibijs.yaml)
[![⛓️ Tests @nibiruchain/indexer-nibi](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml/badge.svg?branch=main)](https://github.com/NibiruChain/ts-sdk/actions/workflows/test-indexer-nibi.yaml)

<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD" style="height: 20px">
Expand Down
8 changes: 1 addition & 7 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
/* eslint-env es6 */
const commitVariants = [
{
type: "breaking",
release: "minor",
section: "BREAKING CHANGES",
hidden: false,
},
{
type: "breaking",
release: "minor",
Expand Down Expand Up @@ -103,7 +97,7 @@ const notesTypes = commitVariants.map((variant) => ({
}))

module.exports = {
branches: [{ name: "releases/v0.21.x" }],
branches: [{ name: "main" }],
plugins: [
[
"@semantic-release/commit-analyzer",
Expand Down
Loading

0 comments on commit ef01afa

Please sign in to comment.