Skip to content

Commit

Permalink
feat: updated release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi committed Oct 19, 2024
1 parent d77af85 commit 21d6f18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

name: Release

on:
release:
types: [ published ]
on: workflow_dispatch

permissions:
contents: write
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oneduo/react-native-chat-kit",
"version": "0.1.1",
"version": "0.1.3",
"description": "A customizable and robust Chat UI kit for React Native and Expo",
"source": "./src/index.tsx",
"types": "./lib/typescript/commonjs/src/index.d.ts",
Expand Down Expand Up @@ -131,6 +131,16 @@
"--access public",
"--provenance"
]
},
"github": {
"autoGenerate": true,
"release": true,
"releaseName": "v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
Expand Down

0 comments on commit 21d6f18

Please sign in to comment.