summaryrefslogtreecommitdiff
path: root/scripts/updateversion.py
AgeCommit message (Collapse)AuthorFilesLines
2015-11-28updateversion.py: new tag_delete() functionDamien Regad1-0/+9
2015-11-28update_changelog(): process new markdown fileDamien Regad1-9/+30
- Amend code to shift from html changelog. - Add processing for hotfix releases
2015-11-28Adjust Update Version scriptDamien Regad1-15/+5
This follows the changes in the version string in file headers, from a single line to 3 with @version and @copyright phpDocumentor tags: - Change version regex to allow Semantic Version number - Adjust release date regex to only allow dates with dashes (avoids incorrect matches of version) - it is no longer necessary to update copyright year
2014-04-15Fix version match regex to include suffixDamien Regad1-1/+1
The old regex in ADOConnection::Version only included the numeric part of the ADOdb version number. Now the suffix (dev|[1-z]) is also returned. The regex in updateversion.py has been updated to match.
2014-04-07Update version script now processes Change LogDamien Regad1-0/+39
Will update the release date in the change log for a stable release version, or insert a new change log entry for dev releases.
2014-01-21Build scripts: move tag creation code to updateversion.pyDamien Regad1-9/+66
2014-01-21updateversion.py: don't print note if nothing was committedDamien Regad1-2/+3
2014-01-21Added error messages when no arguments providedDamien Regad1-0/+1
2014-01-21Move version update code to functionDamien Regad1-28/+35
2014-01-21Define sed script in a functionDamien Regad1-28/+39
2014-01-21Private varsDamien Regad1-5/+5
2014-01-21Move setting of release date to a functionDamien Regad1-11/+15
2014-01-21Move version check to a functionDamien Regad1-7/+13
2014-01-21Added option to auto commitDamien Regad1-3/+32
The commit message will be "Bump version to X.YY"
2014-01-21New script to automate setting of new version in source code and docDamien Regad1-0/+117