Skip to content
Snippets Groups Projects

add a release guide

Merged Bas Nijholt requested to merge release into master
Compare and
3 files
+ 83
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 9
0
image: quantumtinkerer/research
test:
script:
- pip install -r test-requirements.txt
@@ -7,3 +8,11 @@ test:
artifacts:
paths:
- htmlcov
authors check:
script:
- AUTHORS=`bash -c "echo $(git shortlog -s) | sed -e 's/^[0-9\t ]*//'| xargs -i sh -c 'grep -q \"{}\" AUTHORS.md || echo \"{} missing from authors\"'"`
- echo $AUTHORS
# - sleep 10000
# - if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 1; }; fi
allow_failure: true
Loading