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: