From e1c2ddd883ae5fa3794560d23ff0bc6bdc1440eb Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Thu, 25 Feb 2021 14:03:42 -0500 Subject: [PATCH] convert branch master to main (#68) --- .circleci/config.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db4d2f7..c753bda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,6 +68,6 @@ workflows: cron: "45 20 * * *" filters: branches: - only: master + only: main jobs: - build diff --git a/README.md b/README.md index b187b0e..7700500 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ -->

- +

Circle CI Build Status @@ -264,7 +264,7 @@ Tests can be run like `make test` Follow the steps below to release a new version of Nancy. You need to be part of the `deploy from circle ci` group for this to work. -1. Checkout/pull the latest `master` branch, and create a new tag with the desired semantic version and a helpful note: +1. Checkout/pull the latest `main` branch, and create a new tag with the desired semantic version and a helpful note: git tag -a v0.2.x -m "Helpful message in tag."