Skip to content

Commit b4fe360

Browse files
committed
chore: v1.0.0
1 parent aed323b commit b4fe360

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/CI.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,33 +61,33 @@ jobs:
6161
run: |
6262
pnpm run test
6363
64-
Release:
65-
needs: [Test]
66-
if: github.ref == 'refs/heads/master' &&
67-
github.event.repository.fork == false
68-
runs-on: ubuntu-latest
69-
steps:
70-
- uses: actions/checkout@v3
64+
# Release:
65+
# needs: [Test]
66+
# if: github.ref == 'refs/heads/master' &&
67+
# github.event.repository.fork == false
68+
# runs-on: ubuntu-latest
69+
# steps:
70+
# - uses: actions/checkout@v3
7171

72-
- name: Setup Node
73-
uses: actions/setup-node@v3
74-
with:
75-
node-version: 18
72+
# - name: Setup Node
73+
# uses: actions/setup-node@v3
74+
# with:
75+
# node-version: 18
7676

77-
- name: Setup Pnpm
78-
uses: pnpm/action-setup@v2
79-
with:
80-
version: 8
77+
# - name: Setup Pnpm
78+
# uses: pnpm/action-setup@v2
79+
# with:
80+
# version: 8
8181

82-
- name: Install
83-
run: |
84-
pnpm install
82+
# - name: Install
83+
# run: |
84+
# pnpm install
8585

86-
- name: Release 🎉
87-
uses: cycjimmy/semantic-release-action@v2
88-
with:
89-
extends: |
90-
@atom-ide-community/semantic-release-npm-config
91-
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
86+
# - name: Release 🎉
87+
# uses: cycjimmy/semantic-release-action@v2
88+
# with:
89+
# extends: |
90+
# @atom-ide-community/semantic-release-npm-config
91+
# env:
92+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terser-config-atomic",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "The Terser configuration used in atom-community",
55
"repository": "https://github.com/atom-community/terser-config-atomic",
66
"license": "MIT",
@@ -39,4 +39,4 @@
3939
"preset",
4040
"config"
4141
]
42-
}
42+
}

0 commit comments

Comments
 (0)