From 184d371b6f6122e25674787d801bb98f195b5780 Mon Sep 17 00:00:00 2001 From: Thomas Gautier <46698+tgautier@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:41:20 +0200 Subject: [PATCH] Switch to main branch (#212) --- .github/workflows/bamboo_smtp.yml | 4 ++-- CONTRIBUTING.md | 2 +- README.md | 4 ++-- mix.exs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bamboo_smtp.yml b/.github/workflows/bamboo_smtp.yml index cac6c0e..f561596 100644 --- a/.github/workflows/bamboo_smtp.yml +++ b/.github/workflows/bamboo_smtp.yml @@ -2,9 +2,9 @@ name: Bamboo SMTP on: push: - branches: [master, develop] + branches: [main] pull_request: - branches: [master, develop] + branches: [main] jobs: test: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59f0851..10579a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Before submitting a Pull Request, please ensure the following: 1. Your code is covered by tests 2. Make sure all tests are passing 3. Only have one commit with a relevant message (you can rebase and squash all your commits into a single one) -4. Check that you're up to date by rebasing your branch with our `develop` branch +4. Check that you're up to date by rebasing your branch with our `main` branch ## Setup diff --git a/README.md b/README.md index d1c287e..1b41d68 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![Module Version](https://img.shields.io/hexpm/v/bamboo_smtp.svg)](https://hex.pm/packages/bamboo_smtp) [![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/bamboo_smtp/) [![Total Download](https://img.shields.io/hexpm/dt/bamboo_smtp.svg)](https://hex.pm/packages/bamboo_smtp) -[![License](https://img.shields.io/hexpm/l/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/blob/master/LICENSE) -[![Last Updated](https://img.shields.io/github/last-commit/fewlinesco/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/commits/master) +[![License](https://img.shields.io/hexpm/l/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/blob/main/LICENSE) +[![Last Updated](https://img.shields.io/github/last-commit/fewlinesco/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/commits/main) An adapter for the [Bamboo](https://github.com/thoughtbot/bamboo) email app. diff --git a/mix.exs b/mix.exs index 0e9685c..5cfe9b1 100644 --- a/mix.exs +++ b/mix.exs @@ -56,7 +56,7 @@ defmodule BambooSmtp.Mixfile do maintainers: ["Kevin Disneur", "Thomas Gautier"], licenses: ["MIT"], links: %{ - "Changelog" => "#{@project_url}/blob/master/CHANGELOG.md", + "Changelog" => "#{@project_url}/blob/main/CHANGELOG.md", "GitHub" => @project_url } ]