Skip to content

Commit

Permalink
chore: semantic-release config updates
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
activescott committed Jun 12, 2021
1 parent 89207ea commit e031761
Show file tree
Hide file tree
Showing 5 changed files with 622 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
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 e031761

Please sign in to comment.