Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | scripts/version.sh: switch from bash to POSIX sh | Ethan Sommer | |
Change shebang to #!/bin/sh. Remove usage of non-POSIX 'local' builtin, and replace it with using a function's positional parameters to store variables, as they are local to the function. | |||
2019-04-11 | Move changelog check ver. from build systems to CI | Alexandru N. Onea | |
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-10 | Rename version-bump to just version | Alexandru N. Onea | |
2019-04-10 | Add dry-run option to version-bump.sh | Alexandru N. Onea | |
2019-04-10 | Minor improvements to version-bump.sh | Alexandru N. Onea | |
2019-04-09 | Add check action to version-bump.sh; Activate checks | Alexandru N. Onea | |
2019-04-09 | Add release action to version-bump.sh | Alexandru N. Onea | |
2019-04-09 | Initial version-bump.sh | Alexandru N. Onea | |
2018-12-17 | Putting version.py in scripts folder | Taylor Holberton | |
2018-12-17 | Testing all build systems in Travis CI | Taylor Holberton | |