Skip to content

Commit b019813

Browse files
committed
chore(repo): finish main branch rename
1 parent 41c16c2 commit b019813

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security issue
4-
url: https://github.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/blob/master/SECURITY.md
4+
url: https://github.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/blob/main/SECURITY.md
55
about: Follow the private reporting process in SECURITY.md.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Smoke Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ If you are comfortable with a remote installer script, release installers are al
6666
#### Linux and macOS
6767

6868
```bash
69-
curl -fsSL https://raw.githubusercontent.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/master/scripts/install-release.sh | sh
69+
curl -fsSL https://raw.githubusercontent.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/main/scripts/install-release.sh | sh
7070
teams-migrator init
7171
```
7272

7373
#### Windows
7474

7575
```powershell
76-
irm https://raw.githubusercontent.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/master/scripts/install-release.ps1 | iex
76+
irm https://raw.githubusercontent.com/CollectCall/jira-advanced-roadmaps-teams-dc-to-dc-migrator/main/scripts/install-release.ps1 | iex
7777
teams-migrator.exe init
7878
```
7979

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Supported versions
44

5-
This project is still in an early public stage. Security fixes are handled on a best-effort basis on the latest released version and the current `master` branch.
5+
This project is still in an early public stage. Security fixes are handled on a best-effort basis on the latest released version and the current `main` branch.
66

77
## Reporting a vulnerability
88

docs/release-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Preferred flow for user-visible work:
2121
1. create a focused branch
2222
2. make one logical change per commit
2323
3. open a PR with a Conventional Commit-style title
24-
4. merge to `master`
25-
5. tag from `master`
24+
4. merge to `main`
25+
5. tag from `main`
2626

2727
## Artifact policy
2828

0 commit comments

Comments
 (0)