Skip to content

Commit

Permalink
chore: semantic-release config updates (#88)
Browse files Browse the repository at this point in the history
* chore: semantic-release config updates
* semantic release will monitor main branch instead of master (default)
* remove semantic-release as an explicit dependency (it is referenced as an explicit version in CI/build yaml)
* remove master as a monitored dest branch for CI
* chore: exclude release.config.js from coverage check
  • Loading branch information
activescott committed Jun 12, 2021
1 parent 89207ea commit 143afa1
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 4,692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build

on:
push:
branches: [main, master]
branches: [main]
pull_request:
branches: [main, master]
branches: [main]

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .nycrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ exclude:
- scripts/
- test/
- coverage/
- release.config.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ To trigger a release use a Conventional Commit following [Angular Commit Message

Copyright © 2017 [Scott Willeke](https://github.com/activescott).

This project is [MIT](https://github.com/activescott/serverless-http-invoker/blob/master/LICENSE) licensed.
This project is [MIT](https://github.com/activescott/serverless-http-invoker/blob/main/LICENSE) licensed.

0 comments on commit 143afa1

Please sign in to comment.