Skip to content

Commit 47bd8e5

Browse files
committed
🔧 change master to main
1 parent 97a68ca commit 47bd8e5

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
attributes:
2929
label: Pake version
3030
description: >
31-
Please provide the version of Pake you are using. If you are using the master/dev branch, please provide the commit id.
31+
Please provide the version of Pake you are using. If you are using the main/dev branch, please provide the commit id.
3232
validations:
3333
required: true
3434
- type: textarea

.github/workflows/contribute_list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Contribute List
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
contrib-readme-job:

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
```mermaid
88
graph LR
9-
b_dev(dev) --> b_master(master);
9+
b_dev(dev) --> b_main(main);
1010
contributions([Develop / Pull requests]) -.-> b_dev;
1111
```
1212

1313
- `dev` branch
1414
- `dev` is the developing branch.
1515
- It's **RECOMMENDED** to commit feature PR to `dev`.
16-
- `master` branch
17-
- `master` is the release branch, we will make tag and publish version on this branch.
16+
- `main` branch
17+
- `main` is the release branch, we will make tag and publish version on this branch.
1818
- If it is a document modification, it can be submitted to this branch.
1919

2020
## More

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/master/README_CN.md">简体中文</a> | <a href="https://github.com/tw93/Pake/blob/master/README_JP.md">日本語</a></h4>
1+
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/main/README_CN.md">简体中文</a> | <a href="https://github.com/tw93/Pake/blob/main/README_JP.md">日本語</a></h4>
22
<p align="center">
33
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
44
</p>

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <strong>简体中文</strong> | <a href="https://github.com/tw93/Pake/blob/master/README_JP.md">日本語</a></h4>
1+
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <strong>简体中文</strong> | <a href="https://github.com/tw93/Pake/blob/main/README_JP.md">日本語</a></h4>
22
<p align="center">
33
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
44
</p>

README_JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <a href="https://github.com/tw93/Pake/blob/master/README_CN.md">简体中文</a> | <strong>日本語</strong></h4>
1+
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <a href="https://github.com/tw93/Pake/blob/main/README_CN.md">简体中文</a> | <strong>日本語</strong></h4>
22
<p align="center">
33
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
44
</p>

bin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/master/bin/README_CN.md">简体中文</a></h4>
1+
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/main/bin/README_CN.md">简体中文</a></h4>
22

33
## Installation
44

bin/README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4 align="right"><strong><a href="https://github.com/tw93/Pake/tree/master/bin">English</a></strong> | 简体中文</h4>
1+
<h4 align="right"><strong><a href="https://github.com/tw93/Pake/tree/main/bin">English</a></strong> | 简体中文</h4>
22

33
## 安装
44

0 commit comments

Comments
 (0)