mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-30 00:17:52 +00:00
Moved scripts/ to tools/scripts/
This commit is contained in:
parent
6eb04667ad
commit
91ee07e08c
22 changed files with 5 additions and 5 deletions
10
tools/scripts/patchRelease.py
Executable file
10
tools/scripts/patchRelease.py
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
import releaseCommon
|
||||
|
||||
v = releaseCommon.Version()
|
||||
v.incrementPatchNumber()
|
||||
releaseCommon.performUpdates(v)
|
||||
|
||||
print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )
|
Loading…
Add table
Add a link
Reference in a new issue