cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 9438aa7c9464a40279daad9e20d66c4cbf3854ac
parent 6849c3628f499ef2ae42d84034ee502fef4cd89c
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Tue, 10 Dec 2019 21:35:53 +0100

new idea: set version numbers with Cinderella when tags are created

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -190,6 +190,10 @@ This is a list of open points that are subject to implementation: `"bash -c \"source env/bin/activate && pip install -r requirements.txt && ./foo\""` - substitute important environment variables like `$HOME` so that we do not have to run a bash in order to use them (or all environment variables?) +- provide a way to set version numbers from a tag with Cinderella easily; i.e. + when a tag 1.2 is created a Cinderella command in the pipeline file should + set the version number at the right places (maybe this is already easily + possible, maybe some adjustments to Cinderella are needed) - keep a status of the last result per repository (to send *OK again* mails) - send a more detailed error message on the build error reason: - return code of the failed command