Skip to content

Commit

Permalink
convert branch master to main (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail authored Feb 25, 2021
1 parent e71fdaf commit e1c2ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ workflows:
cron: "45 20 * * *"
filters:
branches:
only: master
only: main
jobs:
- build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<p align="center">
<img src="https://github.com/sonatype-nexus-community/ahab/blob/master/docs/images/ahab.png" width="350"/>
<img src="https://github.com/sonatype-nexus-community/ahab/blob/main/docs/images/ahab.png" width="350"/>
</p>
<p align="center">
<a href="https://circleci.com/gh/sonatype-nexus-community/ahab"><img src="https://circleci.com/gh/sonatype-nexus-community/ahab.svg?style=shield" alt="Circle CI Build Status"></img></a>
Expand Down Expand Up @@ -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."

Expand Down

0 comments on commit e1c2ddd

Please sign in to comment.