Skip to content

Commit

Permalink
ci: Remove outdated workflows
Browse files Browse the repository at this point in the history
`release-please` has replaced the old workflows.
  • Loading branch information
Jason3S committed Aug 7, 2022
1 parent 5153b39 commit 9d86025
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 203 deletions.
83 changes: 0 additions & 83 deletions .github/release-drafter.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/auto-build.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/release-drafter.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"sync": "node sync_package.mjs",
"build": "yarn workspace action-src build",
"clean-build": "yarn workspace action-src clean-build",
"release": "standard-version",
"release-alpha": "yarn release -p alpha",
"smoke-test-push": "env-cmd -f ./fixtures/push.json node ./action/lib/main_root.js",
"smoke-test": "env-cmd -f ./fixtures/pull_request.json node ./action/lib/main_root.js",
"watch": "tsc -p . --watch",
Expand Down Expand Up @@ -52,7 +50,6 @@
"@typescript-eslint/parser": "^5.32.0",
"env-cmd": "^10.1.0",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"standard-version": "^9.5.0"
"prettier": "^2.7.1"
}
}

0 comments on commit 9d86025

Please sign in to comment.