We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f94a33 commit 88ffef1Copy full SHA for 88ffef1
1 file changed
readme.md
@@ -106,14 +106,14 @@ USAGE:
106
$ xavtool current
107
1.0.1 - androidApp (...\test\AndroidManifest.xml)
108
1.0.1 - iOSApp (...\test\Info.plist)
109
-1.0.1 - uwpApp (...\test\Package.appxmanifest)
+1.0.1.0 - uwpApp (...\test\Package.appxmanifest)
110
111
$ git flow release start '1.1.0'
112
113
$ xavtool i
114
1.0.1: New version: 1.1.0 (...\test\AndroidManifest.xml)
115
1.0.1: New version: 1.1.0 (...\test\Info.plist)
116
-1.0.1: New version: 1.1.0 (...\test\Package.appxmanifest)
+1.0.1.0: New version: 1.1.0.0 (...\test\Package.appxmanifest)
117
118
$ git commit -am "Version bump to 1.1.0"
119
$ git flow release finish -p
0 commit comments