Skip to content

Commit 90fcfcc

Browse files
committed
ci: update references to master to main
1 parent 8422e26 commit 90fcfcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- '*.x'
6-
- master
6+
- main
77
- next
88
- beta
99
- alpha

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You must follow the [commit message guidelines](#commit-message-guidelines).
77

88
## Pull Request Process
99

10-
1. Fork the repo and create your branch from `master`.
10+
1. Fork the repo and create your branch from `main`.
1111
1. Implement your changes.
1212
1. If applicable to your changes, add, remove or update tests.
1313
1. If applicable to your change, update the readme accordingly.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ a cleaner interface that's not bound to Sequelize.
171171
With version 3.0.0 the library was almost completely rewritten, which leaves
172172
very little similarity with the original repo.
173173

174-
[tests-badge]: https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=master&label=tests
174+
[tests-badge]: https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=main&label=tests
175175
[tests-url]: https://github.com/scriptcoded/sql-highlight/actions/workflows/test.yml
176176
[coveralls-badge]: https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg
177177
[coveralls-url]: https://coveralls.io/github/scriptcoded/sql-highlight

release.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module.exports = {
55
branches: [
66
'+([0-9])?(.{+([0-9]),x}).x',
7-
'master',
7+
'main',
88
'next',
99
{ name: 'beta', prerelease: true },
1010
{ name: 'alpha', prerelease: true }

0 commit comments

Comments
 (0)