Skip to content

Commit

Permalink
feat: github action uses @justia/releaser cli instead of local proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
aazbeltran committed Dec 29, 2020
1 parent 15f71a5 commit 60d6b64
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 1,751 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'Justia Inc.'

runs:
using: 'node12'
main: 'src/index.js'
main: 'node_modules/@justia/releaser/dist/cli/index.js'

branding:
icon: 'file-minus'
Expand Down
1,737 changes: 160 additions & 1,577 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@justia/release",
"name": "@justia/ga-releaser",
"version": "1.0.1",
"description": "A script to generate releases and changelog",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -23,19 +22,6 @@
},
"homepage": "https://github.com/justia/ga-releaser#readme",
"dependencies": {
"@actions/github": "^4.0.0",
"@justia/releaser": "^1.1.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"@justia/eslint-config-node": "^0.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^2.1.2"
"@justia/releaser": "^1.2.0"
}
}
71 changes: 0 additions & 71 deletions src/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions src/input.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/utilities.js

This file was deleted.

0 comments on commit 60d6b64

Please sign in to comment.