Skip to content

Commit

Permalink
chore(branches): Setup Next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Mar 30, 2020
1 parent 2ad52fa commit 53c6bb3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 7 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,25 @@ 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: k-foss/npm-run-action@master
- uses: actions/[email protected]
with:
scriptName: 'test'
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm run test

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

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@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: 0 additions & 4 deletions renovate.json

This file was deleted.

0 comments on commit 53c6bb3

Please sign in to comment.