Use <Branch>.<Build count> as a build number for Python plugin at TeamCity

We used to forget to update the branch part. Another problem was the
meaningless build count in the name of the zip file.
This commit is contained in:
Andrey Vlasovskikh
2015-01-26 19:03:22 +03:00
parent ebf5b17980
commit 723fda95c5
+2 -2
View File
@@ -15,8 +15,8 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
]]></description>
<!-- <PyCharm version> <Branch number>.<Build number> (<Beta>|<EAP>|<RC>)? -->
<version>4.0 Beta 140.@@BUILD_NUMBER@@</version>
<!-- <PyCharm version> <Build number> (<Beta>|<EAP>|<RC>)? -->
<version>4.0 Beta @@BUILD_NUMBER@@</version>
<depends>com.intellij.modules.java</depends>