Skip to content

Commit 19537b3

Browse files
remove CI release
1 parent 4045212 commit 19537b3

File tree

4 files changed

+7717
-5326
lines changed

4 files changed

+7717
-5326
lines changed

.autorc

-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
22
"plugins": [
3-
[
4-
"protected-branch",
5-
{
6-
"releaseTemporaryBranchPrefix": "protected-release-",
7-
"requiredStatusChecks": [
8-
"install",
9-
"build",
10-
"test",
11-
"test-types",
12-
"lint"
13-
]
14-
}
15-
],
16-
"magic-zero",
173
"npm",
184
"released",
195
"first-time-contributor",

.github/workflows/build.yml

-20
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,3 @@ jobs:
6868
- run: pnpm exec playwright install --with-deps chromium
6969
working-directory: ./packages/config-vitest
7070
- run: pnpm test:browser
71-
72-
release:
73-
runs-on: ubuntu-latest
74-
if: contains(github.event.head_commit.message , 'ci skip') == false && contains(github.event.head_commit.message , 'skip ci') == false
75-
needs: build
76-
steps:
77-
- uses: actions/checkout@v3
78-
- uses: 8BitJonny/[email protected]
79-
id: PR
80-
- uses: ./.github/actions/install-deps
81-
- uses: ./.github/actions/build-cache
82-
- name: Prepare repository
83-
run: git fetch --unshallow --tags
84-
- name: Create Release
85-
run: pnpm auto shipit
86-
env:
87-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
PROTECTED_BRANCH_REVIEWER_TOKEN: ${{ secrets.GH_TOKEN }}
89-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
90-
PR: ${{ steps.PR.outputs.number }}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"generate-plugin": "turbo gen plugin"
2020
},
2121
"devDependencies": {
22+
"@auto-it/all-contributors": "^11.2.1",
23+
"@auto-it/first-time-contributor": "^11.2.1",
24+
"@auto-it/released": "^11.2.1",
2225
"@jimp/config-eslint": "workspace:*",
2326
"@jimp/config-typescript": "workspace:*",
2427
"@turbo/gen": "^1.12.5",

0 commit comments

Comments
 (0)