Skip to content

Commit

Permalink
Merge pull request #517 from fishbrain/big-old-refactor
Browse files Browse the repository at this point in the history
Fix package version
  • Loading branch information
lhansford authored Aug 30, 2024
2 parents f3d0e38 + 1a9baa1 commit 5069461
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish-base:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -20,7 +20,7 @@ jobs:
package: ./packages/base

publish-react:
runs-on: ubuntu-latest
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can also add exceptions for polyfills in `.eslintrc`. See

## Releasing

1. Run `yarn version <patch|minor|major>`.
1. Run `yarn workspaces foreach -A version <patch|minor|major>`.
2. Merge all changes to `develop`
3. Run `/golive eslint-config-fishbrain` in Slack.
4. Merge the created go live PR.
1 change: 1 addition & 0 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@eslint-config-fishbrain/base",
"packageManager": "yarn@4.4.1",
"version": "6.0.0",
"type": "module",
"scripts": {
"test": "eslint --no-ignore eslint.config.js"
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@eslint-config-fishbrain/react",
"packageManager": "yarn@4.4.1",
"version": "6.0.0",
"type": "module",
"scripts": {
"test": "eslint --no-ignore eslint.config.js"
Expand Down

0 comments on commit 5069461

Please sign in to comment.