Skip to content

Commit

Permalink
Default branch rename (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Jan 10, 2023
1 parent 817be9e commit 3f197f8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Resolves #ISSUE_NUMBER

<!-- If this introduces a breaking change make sure to note it here any what the impact might be -->

Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help!

This comment has been minimized.

Copy link
@antlsdl1004

antlsdl1004 Feb 21, 2023

(https://github.com/octokit/.github/blob/main /community/breaking_changes.md) 문서를 참조하여 도움 을 받으세요!

Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help!

- [ ] Yes (Please add the `Type: Breaking change` label)
- [ ] No
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
branches: ["main"]
schedule:
- cron: "32 6 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
"on":
push:
branches:
- master
- main
jobs:
release:
name: release
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Log latest release
on:
push:
branches:
- master
- main

jobs:
logLatestRelease:
Expand All @@ -37,7 +37,7 @@ name: Check run
on:
push:
branches:
- master
- main

jobs:
create-file:
Expand Down Expand Up @@ -92,7 +92,7 @@ name: Log latest release
on:
push:
branches:
- master
- main

jobs:
handleError:
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"semantic-release": "^20.0.0"
},
"release": {
"branches": [
"+([0-9]).x",
"main",
"next",
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 3f197f8

Please sign in to comment.