Skip to content

Commit

Permalink
Merge pull request #22 from justia/develop
Browse files Browse the repository at this point in the history
Live Push 2020-12-29
  • Loading branch information
aazbeltran authored Dec 29, 2020
2 parents 15f71a5 + 9a95229 commit 6dde09c
Show file tree
Hide file tree
Showing 8,881 changed files with 209 additions and 625,548 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release
on:
push:
branches:
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
persist-credentials: false
fetch-depth: 0
- name: Build npm packages
uses: bahmutov/npm-install@v1
with:
useLockFile: true
env:
NODE_ENV: production
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git commit -m "build: update node modules" -a | true
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- master
workflow_dispatch:
inputs:
increment:
required: false
description: 'Version to release (major, minor, patch or specific version)'
jobs:
release:
name: Conventional Release
Expand Down
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Cache
.eslintcache
.idea/

dist/
lib/
node_modules
.idea/
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
5 changes: 5 additions & 0 deletions examples/release_on_develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- develop
workflow_dispatch:
inputs:
increment:
required: false
description: 'Version to release (major, minor, patch or specific version)'
jobs:
release:
name: Conventional Release
Expand Down
5 changes: 5 additions & 0 deletions examples/release_on_master_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- master
workflow_dispatch:
inputs:
increment:
required: false
description: 'Version to release (major, minor, patch or specific version)'
jobs:
release:
name: Conventional Release
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/JSONStream

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/conventional-changelog-writer

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/conventional-commits-parser

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/conventional-recommended-bump

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/flat

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/get-pkg-repo

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/git-raw-commits

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/git-semver-tags

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/handlebars

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/is-ci

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/jReleaser

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/node-which

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/rc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/release-it

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/semver

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/shjs

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/uglifyjs

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/uuid

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/@actions/core/LICENSE.md

This file was deleted.

147 changes: 0 additions & 147 deletions node_modules/@actions/core/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/@actions/core/lib/command.d.ts

This file was deleted.

Loading

0 comments on commit 6dde09c

Please sign in to comment.