添加了版本描述
tag中版本号遵循定义如下: b分支编号-d文档版本-hPCB设计版本-lFPGA设计版本-p协议版本-s脚本版本-aAPP代码版本-i驱动版本-c系统编译配置版本-e设备树版本 分支编号和分支命名中编号一致。各部分版本应在相应目录下创建文件注明,比如`2.1`版本的PCB设计:PCB工程目录中建立`version`文本文件,内容为文本`2.1`。对于涉及整体设计的大改动版本号加`1`,其余改动版本号加`0.1`。每个分支的版本各自独立,新分支的版本从`1.0`起计算
This commit is contained in:
parent
c98584d029
commit
617ed894f7
@ -67,10 +67,10 @@ b分支编号-p生产环境项目名-t分选对象[-其他特点1[-其他特点2
|
|||||||
版本号遵循定义如下(不使用中文,小写无空格)
|
版本号遵循定义如下(不使用中文,小写无空格)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
b分支编号-n编译号-h硬件版本-p协议版本-s脚本版本-r代码版本
|
b分支编号-d文档版本-hPCB设计版本-lFPGA设计版本-p协议版本-s脚本版本-aAPP代码版本-i驱动版本-c系统编译配置版本-e设备树版本
|
||||||
```
|
```
|
||||||
|
|
||||||
分支编号和分支命名中编号一致
|
分支编号和分支命名中编号一致。各部分版本应在相应目录下创建文件注明,比如`2.1`版本的PCB设计:PCB工程目录中建立`version`文本文件,内容为文本`2.1`。对于涉及整体设计的大改动版本号加`1`,其余改动版本号加`0.1`。每个分支的版本各自独立,新分支的版本从`1.0`起计算
|
||||||
|
|
||||||
## 作者
|
## 作者
|
||||||
|
|
||||||
|
|||||||
1
doc/version
Normal file
1
doc/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
hardware/pl_platform/version
Normal file
1
hardware/pl_platform/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
hardware/xme0724ioextend/version
Normal file
1
hardware/xme0724ioextend/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.0
|
||||||
1
protocol/version
Normal file
1
protocol/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.1
|
||||||
1
script/version
Normal file
1
script/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
source/linux_app/version
Normal file
1
source/linux_app/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
source/linux_driver/version
Normal file
1
source/linux_driver/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
source/petalinux_config/version
Normal file
1
source/petalinux_config/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
source/petalinux_devicetree/version
Normal file
1
source/petalinux_devicetree/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
1
source/petalinux_hwdescription/version
Normal file
1
source/petalinux_hwdescription/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1.0
|
||||||
Loading…
Reference in New Issue
Block a user