File tree 8 files changed +10
-10
lines changed
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
attributes :
29
29
label : Pake version
30
30
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.
32
32
validations :
33
33
required : true
34
34
- type : textarea
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Contribute List
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
7
7
jobs :
8
8
contrib-readme-job :
Original file line number Diff line number Diff line change 6
6
7
7
``` mermaid
8
8
graph LR
9
- b_dev(dev) --> b_master(master );
9
+ b_dev(dev) --> b_main(main );
10
10
contributions([Develop / Pull requests]) -.-> b_dev;
11
11
```
12
12
13
13
- ` dev ` branch
14
14
- ` dev ` is the developing branch.
15
15
- 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.
18
18
- If it is a document modification, it can be submitted to this branch.
19
19
20
20
## More
Original file line number Diff line number Diff line change 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 >
2
2
<p align =" center " >
3
3
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
4
4
</p >
Original file line number Diff line number Diff line change 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 >
2
2
<p align =" center " >
3
3
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
4
4
</p >
Original file line number Diff line number Diff line change 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 >
2
2
<p align =" center " >
3
3
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
4
4
</p >
Original file line number Diff line number Diff line change 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 >
2
2
3
3
## Installation
4
4
Original file line number Diff line number Diff line change 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 >
2
2
3
3
## 安装
4
4
You can’t perform that action at this time.
0 commit comments