Skip to content

Commit

Permalink
ci: update references to master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Jul 2, 2024
1 parent aa1813c commit 6537c94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- '*.x'
- master
- main
- next
- beta
- alpha
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You must follow the [commit message guidelines](#commit-message-guidelines).

## Pull Request Process

1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
1. Implement your changes.
1. If applicable to your changes, add, remove or update tests.
1. If applicable to your change, update the readme accordingly.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ a cleaner interface that's not bound to Sequelize.
With version 3.0.0 the library was almost completely rewritten, which leaves
very little similarity with the original repo.

[tests-badge]: https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=master&label=tests
[tests-badge]: https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=main&label=tests
[tests-url]: https://github.com/scriptcoded/sql-highlight/actions/workflows/test.yml
[coveralls-badge]: https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg
[coveralls-url]: https://coveralls.io/github/scriptcoded/sql-highlight
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module.exports = {
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'master',
'main',
'next',
{ name: 'beta', prerelease: true },
{ name: 'alpha', prerelease: true }
Expand Down

0 comments on commit 6537c94

Please sign in to comment.