Skip to content

Commit

Permalink
Revert "chore(branches): Setup Next branch"
Browse files Browse the repository at this point in the history
This reverts commit 74df98a.
  • Loading branch information
EntraptaJ committed May 12, 2020
1 parent 2aa2df8 commit b3a2345
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 33 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,16 @@ on:
push:
branches:
- master
- next

jobs:
Test:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
node: ['13.7', '13.8', '13.9', '13.10', '13.11']
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
- uses: k-foss/npm-run-action@master
with:
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm run test
scriptName: 'test'

Publish:
name: NPM Publish
Expand Down
11 changes: 1 addition & 10 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
Expand All @@ -25,9 +20,5 @@
}
],
"@semantic-release/github"
],
"branches": [
"master",
"next"
]
}
11 changes: 0 additions & 11 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@types/node": "13.9.5",
"conventional-changelog-conventionalcommits": "^4.2.3",
"prettier": "2.0.2",
"semantic-release": "17.0.4",
"typescript": "3.8.3"
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["config:base"],
"semanticCommits": true
}

0 comments on commit b3a2345

Please sign in to comment.