Skip to content

Commit da7de57

Browse files
authored
Merge pull request #225 from atom-ide-community/Bump_devDependencies
2 parents 1a7bd66 + 8e5e766 commit da7de57

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.github/workflows/CI.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
run: npm install
4545
- name: Build and Commit
4646
run: npm run build-commit
47-
# - name: Release 🎉
48-
# uses: cycjimmy/semantic-release-action@v2
49-
# with:
50-
# extends: |
51-
# @semantic-release/apm-config
52-
# env:
53-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
# ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
47+
- name: Release 🎉
48+
uses: cycjimmy/semantic-release-action@v2
49+
with:
50+
extends: |
51+
@semantic-release/apm-config
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
5555

5656
Skip:
5757
if: contains(github.event.head_commit.message, '[skip ci]')

.github/workflows/bump_deps.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: |
2020
ncu -u --dep prod
2121
npm install
22-
22+
npm run build-commit
2323
2424
- uses: tibdex/github-app-token@v1
2525
id: generate-token
@@ -29,7 +29,7 @@ jobs:
2929
- uses: peter-evans/create-pull-request@v3
3030
with:
3131
token: ${{ steps.generate-token.outputs.token }}
32-
commit-message: Update Dependencies
32+
commit-message: "fix: Update Dependencies"
3333
title: "fix: Update Dependencies"
3434
labels: Dependencies
3535
branch: "Bump_Dependencies"
@@ -49,6 +49,7 @@ jobs:
4949
- run: |
5050
ncu -u --dep dev
5151
npm install
52+
npm run build-commit
5253
5354
- uses: tibdex/github-app-token@v1
5455
id: generate-token
@@ -58,7 +59,7 @@ jobs:
5859
- uses: peter-evans/create-pull-request@v3
5960
with:
6061
token: ${{ steps.generate-token.outputs.token }}
61-
commit-message: Update devDependencies
62+
commit-message: "chore: Update devDependencies"
6263
title: "chore: Update devDependencies"
6364
labels: Dependencies
6465
branch: "Bump_devDependencies"

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
},
6868
"devDependencies": {
6969
"mock-spawn": "0.2.6",
70-
"shx": "^0.3.2",
71-
"cross-env": "^7.0.2",
72-
"@babel/cli": "7.11.6",
73-
"@babel/core": "7.11.6",
74-
"babel-preset-atomic": "^2.4.2",
70+
"shx": "^0.3.3",
71+
"cross-env": "^7.0.3",
72+
"@babel/cli": "7.12.10",
73+
"@babel/core": "7.12.10",
74+
"babel-preset-atomic": "^3.0.0",
7575
"build-commit": "0.1.1"
7676
},
7777
"enhancedScopes": [

0 commit comments

Comments
 (0)