Skip to content

Commit

Permalink
fix: master -> main [ci_release]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed May 13, 2021
1 parent dd0ae0e commit a0dafd6
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CD: Document"
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
release:
types: [created]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CD: Release"
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI: Build"
on:
push:
branches:
- master
- main
jobs:
build:
name: Build
Expand Down
187 changes: 132 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,29 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.1",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"abort-controller": "^3.0.0",
"benchmark": "^2.1.4",
"esbuild": "^0.11.9",
"eslint": "^7.24.0",
"esbuild": "^0.11.20",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"gen-esm-wrapper": "^1.1.1",
"husky": "^5.1.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.4",
"node-abort-controller": "^1.2.1",
"lint-staged": "^11.0.0",
"node-abort-controller": "^2.0.0",
"npm-run-all": "^4.1.5",
"semantic-release": "^17.4.2",
"ts-jest": "^26.5.4",
"semantic-release": "^17.4.3",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typedoc": "^0.20.35",
"typedoc": "^0.20.36",
"typescript": "^4.2.4",
"undici": "^3.3.6"
},
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit a0dafd6

Please sign in to comment.