Commit Graph

9 Commits

Author SHA1 Message Date
Alexandru N. Onea 2d56242143 Move changelog check ver. from build systems to CI
This commit moves the changelog version check to the CI instead of the build
systems. Rationale is: the failure to update the changelog is not a build
failure / issue but rather an integration failure and it should be detected at
integration testing. The closest to integration testing is the CI testing which
is mandatory before pull requests and new features integration.

Additionally, the old version.py script is removed because it is relying on the
old version of include/tinyalsa/version.h where the TINYALSA_VERSION_STRING
macro is defiend as an explicit string literal. Since now the version string is
defined piece-wise and based on the individual version numbers, and since the
introduction of version.sh and its use within meson build system to get the
version from the version file, the old version.py script is obsolete.
2019-04-11 13:02:35 +03:00
Alexandru N. Onea b7a6c7b04d Rename version-bump to just version 2019-04-10 01:00:58 +03:00
Alexandru N. Onea be4b2632c8 Add dry-run option to version-bump.sh 2019-04-10 00:45:38 +03:00
Alexandru N. Onea 1230f141c0 Minor improvements to version-bump.sh 2019-04-10 00:30:22 +03:00
Alexandru N. Onea 7d859aeadd Add check action to version-bump.sh; Activate checks 2019-04-09 22:16:23 +03:00
Alexandru N. Onea 0c63459cd5 Add release action to version-bump.sh 2019-04-09 21:16:34 +03:00
Alexandru N. Onea ad1f0e569c Initial version-bump.sh 2019-04-09 01:23:10 +03:00
Taylor Holberton e74b1942ce Putting version.py in scripts folder 2018-12-17 14:00:34 +00:00
Taylor Holberton a3afcc2020 Testing all build systems in Travis CI 2018-12-17 13:59:34 +00:00