mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user