Logo
Explore Help
Sign In
catchorg/Catch2
1
0
Fork 1
You've already forked Catch2
mirror of https://github.com/catchorg/Catch2.git synced 2025-10-04 19:11:16 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
34918045981bfb1cfe95741512ba3a3a61e40cd3
Catch2/scripts/developBuild.py

13 lines
289 B
Python
Raw Normal View History

Python scripts can now be run directly from bash
2017-01-20 12:28:40 +01:00
#!/usr/bin/env python
Committed to semantic versioning as prompted by #365, #430, #447 and a thread on the google group. - split version bumping out of generateSingleHeader script - separate scripts for bumping each version component - "build" number only incremented for "develop" builds
2015-06-29 18:05:23 +01:00
from __future__ import print_function
from releaseCommon import Version
v = Version()
v.incrementBuildNumber()
v.updateVersionFile()
v.updateReadmeFile()
#926 Update Conan version by release - Update release scripts to increment Conan version Signed-off-by: Uilian Ries <uilianries@gmail.com>
2017-06-23 11:06:49 -03:00
v.updateConanFile()
Committed to semantic versioning as prompted by #365, #430, #447 and a thread on the google group. - split version bumping out of generateSingleHeader script - separate scripts for bumping each version component - "build" number only incremented for "develop" builds
2015-06-29 18:05:23 +01:00
#926 Update Conan version by release - Update release scripts to increment Conan version Signed-off-by: Uilian Ries <uilianries@gmail.com>
2017-06-23 11:06:49 -03:00
print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 24ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API