From 44b92384b1b774f2c58fc735c1a768d574a0315d Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Tue, 9 Jul 2024 09:51:03 +0200 Subject: [PATCH] ci: replace master with main --- .github/workflows/on-push-main.yml | 4 ++-- .releaserc | 2 +- README.md | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index 22879c79c..10ee6e95f 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -63,9 +63,9 @@ jobs: - name: Generate documentation 🏗️ run: npm run generate-docs - - name: Deploy (to docs/master) 🚀 + - name: Deploy (to docs/main) 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages folder: docs - target-folder: docs/master + target-folder: docs/main diff --git a/.releaserc b/.releaserc index 62af96b8f..684be38b6 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,6 @@ { "branches": [ - "master", + "main", { "name": "next", "prerelease": true diff --git a/README.md b/README.md index 27f027afe..f386c7e5c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # geostyler-style -[![Lint & Docs (main)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-master.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-master.yml) +[![Lint & Docs (main)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-main.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-main.yml) [![Create & publish versioned documentation](https://github.com/geostyler/geostyler-style/actions/workflows/on-publish.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-publish.yml) -[![License](https://img.shields.io/github/license/geostyler/geostyler-style)](https://github.com/geostyler/geostyler-style/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/geostyler/geostyler-style)](https://github.com/geostyler/geostyler-style/blob/main/LICENSE) TypeScript Declaration File for the [GeoStyler](https://github.com/geostyler/geostyler) Style. ### Documentation -https://geostyler.github.io/geostyler-style/docs/master/ +https://geostyler.github.io/geostyler-style/docs/main/ ### Why another style format? @@ -35,4 +35,3 @@ Maintenance and further development of this code can be funded through the [GeoStyler Open Collective](https://opencollective.com/geostyler). All contributions and expenses can transparently be reviewed by anyone; you see what we use the donated money for. Thank you for any financial support you give the GeoStyler project 💞 -