Skip to content

Commit

Permalink
chore: release-it ci
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Sep 7, 2023
1 parent c39c4fa commit 7ce1dbc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- name: Build package
run: yarn prepack

build-web:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Build example for Web
run: |
yarn example expo export:web
# build-web:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Setup
# uses: ./.github/actions/setup

# - name: Build example for Web
# run: |
# yarn example expo export:web
3 changes: 2 additions & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ module.exports = {
tagName: 'v${version}',
},
npm: {
publish: true,
publish: false,
},
github: {
release: true,
releaseName: 'v${version}',
},
plugins: {
'@release-it/conventional-changelog': {
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it --verbose",
"release": "release-it --ci",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn install",
"changelog": "npx conventional-changelog -p conventionalcommits -i CHANGELOG.md -r 0 -s"
Expand All @@ -42,7 +42,10 @@
"android",
"pull refresh"
],
"repository": "https://github.com/little-buddy/react-native-mr-pullrefresh.git",
"repository": {
"type": "git",
"url": "[email protected]:little-buddy/react-native-mr-pullrefresh.git"
},
"author": "buddy <[email protected]>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 7ce1dbc

Please sign in to comment.