From 7d9f85eee631d5ed7c9c721f742217a2f0213a7e Mon Sep 17 00:00:00 2001 From: Joram van den Boezem Date: Sat, 30 Jan 2021 19:07:41 +0100 Subject: [PATCH] chore: update main branch --- .releaserc.json | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 21a5f07f..2c48e65a 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,4 +1,7 @@ { + "branches": [ + "main" + ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", diff --git a/README.md b/README.md index 4e0584b2..c3f5492e 100755 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ type Args = { --- ℹ More examples in the -[examples](https://github.com/hongaar/bandersnatch/tree/master/examples) +[examples](https://github.com/hongaar/bandersnatch/tree/main/examples) directory. ## API @@ -521,7 +521,7 @@ There are many options to bundle your application for distribution. We'll discuss a common pattern. ℹ An example can be found in the -[examples/bundle](https://github.com/hongaar/bandersnatch/tree/master/examples/bundle) +[examples/bundle](https://github.com/hongaar/bandersnatch/tree/main/examples/bundle) directory. Init a `package.json` if needed: