chore: rename default branch to main

This commit is contained in:
Nick McCurdy 2022-09-25 12:41:53 -04:00
parent e1fe1fc00a
commit 4b8114c504
4 changed files with 9 additions and 9 deletions

View file

@ -1,2 +1,2 @@
# Contributing
The repository is released under the MIT license, and follows a standard Github development process, using Github tracker for issues and merging pull requests into master.
The repository is released under the MIT license, and follows a standard Github development process, using Github tracker for issues and merging pull requests into main.

View file

@ -3,7 +3,7 @@ name: Check Pull Request
on:
pull_request:
branches:
- master
- main
jobs:
release:
@ -16,7 +16,7 @@ jobs:
- name: Semantic Release
uses: ./
with:
branch: master
branch: main
extra_plugins: |
@semantic-release/git
@semantic-release/changelog

View file

@ -69,11 +69,11 @@ jobs:
dry_run: true
branches: |
[
'master',
'main',
{name: 'beta', prerelease: true},
{name: 'alpha', prerelease: true}
]
branch: master
branch: main
extra_plugins: |
@semantic-release/git@7
@semantic-release/changelog@3