We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8055273 commit 19f7dd0Copy full SHA for 19f7dd0
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
- 'renovate/**'
7
- 'github-renovate/**'
8
pull_request:
.github/workflows/lint-commit-messages.yml
@@ -2,7 +2,7 @@ name: Lint commit messages
.releaserc.js
@@ -1,5 +1,5 @@
1
module.exports = {
- branches: ['master'],
+ branches: ['main'],
plugins: [
[
'@semantic-release/commit-analyzer',
0 commit comments