Skip to content

Commit

Permalink
[IOPLT-326] adds release steps on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jan 25, 2024
1 parent 6649202 commit 69bb94a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 44 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/cd.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.idea/workspace.xml
node_modules
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React native wrapper for Zendesk Unified SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "release-it"
},
"repository": {
"type": "git",
Expand All @@ -22,8 +22,12 @@
"homepage": "https://github.com/pagopa/io-react-native-zendesk.git",
"author": "forked by PagoPA S.p.A - original author @Saranshmalik",
"license": "MIT",
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"release-it": "^15.0.0"
},
"peerDependencies": {
"react": "~16.11.0",
"react-native": "~0.60.0"
"react": "~18.0.0",
"react-native": "~0.69.5"
}
}

0 comments on commit 69bb94a

Please sign in to comment.