Skip to content

Commit

Permalink
chore: yet another follow up for changesets release (#1119)
Browse files Browse the repository at this point in the history
* fix

* default changelog
  • Loading branch information
krizzu authored Jul 12, 2024
1 parent e791d5c commit 04587bc
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 139 deletions.
9 changes: 4 additions & 5 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "react-native-async-storage/async-storage" }
],
"changelog": "@changesets/cli/changelog",
"commit": ["@changesets/cli/commit", { "skipCI": false }],
"fixed": [],
"linked": [],
Expand All @@ -12,6 +9,8 @@
"updateInternalDependencies": "patch",
"ignore": [
"@react-native-async-storage/eslint-config",
"async-storage-website"
"async-storage-website",
"@react-native-async-storage/api",
"@react-native-async-storage/sqlite-storage"
]
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
version: "yarn release:version"
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
GITHUB_NAME: ${{ secrets.GH_BOT_NAME }}
GITHUB_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/website-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
working-directory: ./.github/scripts
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
GITHUB_NAME: ${{ secrets.GH_BOT_NAME }}
GITHUB_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
- name: Deploy
env:
GIT_USER: ${{ secrets.GH_BOT_NAME }}
GIT_USER: ${{ vars.GH_BOT_NAME }}
run: yarn run deploy
working-directory: ./packages/website
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"release:publish": "./.github/scripts/setup-ci-git-user.sh && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
Expand Down
Loading

0 comments on commit 04587bc

Please sign in to comment.