From fd75f7a869a305f67f2d0067ecdc5cc41bc24014 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 31 Oct 2024 16:53:08 -0600 Subject: [PATCH] rename branch --- .github/workflows/cross-package-test.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/format-check.yml | 2 +- README.md | 8 ++++---- docs/make.jl | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cross-package-test.yml b/.github/workflows/cross-package-test.yml index cc4fb92..d75ec81 100644 --- a/.github/workflows/cross-package-test.yml +++ b/.github/workflows/cross-package-test.yml @@ -2,7 +2,7 @@ name: CrossPackageTest on: push: - branches: [master] + branches: [main] tags: [v*] pull_request: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 261b424..7ea011e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main - 'release-' tags: '*' pull_request: diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 75786f5..cf2bed0 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -3,7 +3,7 @@ name: Format Check on: push: branches: - - 'master' + - 'main' - 'release-' tags: '*' pull_request: diff --git a/README.md b/README.md index e093cc3..672bbe8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SIENNA-Template -[![Master - CI](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/actions/workflows/main-tests.yml) -[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-SIENNA/SIENNA-PACKAGE.jl) +[![main - CI](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/main%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/actions/workflows/main-tests.yml) +[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-SIENNA/SIENNA-PACKAGE.jl) [![Documentation Build](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/Sienna-PACKAGE.jl/stable) [](https://join.slack.com/t/nrel-siip/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) [![Sienna-PACKAGE.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/SIENNA-PACKAGE)](https://pkgs.genieframework.com?packages=Sienna-PACKAGE) @@ -16,8 +16,8 @@ This repository contains the template files for a dummy package called SIENNA-PA ## Development -Contributions to the development and enahancement of Sienna-PACKAGE is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/blob/master/CONTRIBUTING.md) for code contribution guidelines. +Contributions to the development and enahancement of Sienna-PACKAGE is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines. ## License -SIENNA-PACKAGE is released under a BSD [license](https://github.com/NREL/SIENNA-PACKAGE/blob/master/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) +SIENNA-PACKAGE is released under a BSD [license](https://github.com/NREL/SIENNA-PACKAGE/blob/main/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) diff --git a/docs/make.jl b/docs/make.jl index c6f5f62..a6ef624 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,7 +20,7 @@ deploydocs( repo="github.com/NREL-SIENNA/SIENNA-PACKAGE.git", target="build", branch="gh-pages", - devbranch="master", + devbranch="main", devurl="dev", push_preview=true, versions=["stable" => "v^", "v#.#"],