浏览代码

Explain why version tag is necessary

Alois Mahdal 8 年前
父节点
当前提交
e229f3436b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      README.md

+ 5
- 0
README.md 查看文件

72
     $ git commit -m "Initial commit"
72
     $ git commit -m "Initial commit"
73
     $ git tag v0.0.0
73
     $ git tag v0.0.0
74
 
74
 
75
+Note that a valid version tag like *v0.0.0* is necessary to help `vbump_*`
76
+targets compose template change overview message. (Future versions of MKit
77
+should probably learn to improvise a bit and get rid of this requirement
78
+though.)
79
+
75
 
80
 
76
 ### 2. embed MKit into your repo ###
81
 ### 2. embed MKit into your repo ###
77
 
82