File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - ' *.x'
6- - master
6+ - main
77 - next
88 - beta
99 - alpha
Original file line number Diff line number Diff 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 ` .
11111 . Implement your changes.
12121 . If applicable to your changes, add, remove or update tests.
13131 . If applicable to your change, update the readme accordingly.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ a cleaner interface that's not bound to Sequelize.
171171With version 3.0.0 the library was almost completely rewritten, which leaves
172172very 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
Original file line number Diff line number Diff line change 44module . 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 }
You can’t perform that action at this time.
0 commit comments