Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from radixdlt/update-release-config
Browse files Browse the repository at this point in the history
ci: update release config
  • Loading branch information
dawidsowardx authored Jan 19, 2024
2 parents dc047e6 + 20e5c25 commit 65ea11c
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 143 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- develop
- release/**
workflow_dispatch:

jobs:
Expand Down
57 changes: 56 additions & 1 deletion package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@hirez_io/observer-spy": "^2.2.0",
"@radixdlt/semantic-release-config": "^1.1.0",
"@types/jest": "^29.5.1",
"@types/lodash.flow": "^3.5.7",
"@typescript-eslint/eslint-plugin": "^5.59.5",
Expand All @@ -87,6 +88,11 @@
"tslog": "^4.8.2",
"zod": "^3.21.4"
},
"release": {
"extends": [
"@radixdlt/semantic-release-config"
]
},
"repository": {
"type": "git",
"url": "https://github.com/radixdlt/wallet-sdk.git"
Expand Down
142 changes: 0 additions & 142 deletions release.config.js

This file was deleted.

0 comments on commit 65ea11c

Please sign in to comment.