Skip to content

Commit

Permalink
chore: bump gateway sdk & release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 24, 2024
1 parent be34020 commit b04f339
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 134 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on:
push:
branches:
- develop
- release/*
- main
- release/*
paths:
- 'typescript/**'
workflow_dispatch:

jobs:
Expand Down
128 changes: 1 addition & 127 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,129 +1,3 @@
module.exports = {
branches: ['main', 'next'],
plugins: [
[
'@semantic-release/commit-analyzer',
{
preset: 'conventionalcommits',
releaseRules: [
{
type: 'major',
release: 'major',
},
{
type: 'refactor',
release: 'patch',
},
{
type: 'docs',
scope: 'README',
release: 'patch',
},
{
type: 'test',
release: 'patch',
},
{
type: 'style',
release: 'patch',
},
{
type: 'perf',
release: 'patch',
},
{
type: 'ci',
release: 'patch',
},
{
type: 'build',
release: 'patch',
},
{
type: 'chore',
release: 'patch',
},
{
type: 'no-release',
release: false,
},
],
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],
},
},
],
[
'@semantic-release/release-notes-generator',
{
preset: 'conventionalcommits',
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],
},
writerOpts: {
commitsSort: ['subject', 'scope'],
},
presetConfig: {
types: [
{
type: 'major',
release: 'major',
},
{
type: 'feat',
section: ':sparkles: Features',
hidden: false,
},
{
type: 'fix',
section: ':bug: Fixes',
hidden: false,
},
{
type: 'docs',
section: ':memo: Documentation',
hidden: false,
},
{
type: 'style',
section: ':barber: Code-style',
hidden: false,
},
{
type: 'refactor',
section: ':zap: Refactor',
hidden: false,
},
{
type: 'perf',
section: ':fast_forward: Performance',
hidden: false,
},
{
type: 'test',
section: ':white_check_mark: Tests',
hidden: false,
},
{
type: 'ci',
section: ':repeat: CI',
hidden: false,
},
{
type: 'chore',
section: ':repeat: Chore',
hidden: false,
},
{
type: 'build',
section: ':wrench: Build',
hidden: false,
},
],
},
},
],
'@semantic-release/npm',
'@semantic-release/github',
],
extends: ['@radixdlt/semantic-release-config'],
}
8 changes: 4 additions & 4 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"vite-tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@radixdlt/babylon-gateway-api-sdk": "^1.2.0",
"@radixdlt/babylon-gateway-api-sdk": "^1.2.7",
"@radixdlt/radix-engine-toolkit": "1.0.3",
"elliptic": "^6.5.4",
"neverthrow": "^6.0.0"
Expand All @@ -94,4 +94,4 @@
"type": "git",
"url": "https://github.com/radixdlt/rola.git"
}
}
}

0 comments on commit b04f339

Please sign in to comment.