Skip to content
Snippets Groups Projects

add a release guide

Merged Bas Nijholt requested to merge release into master
Compare and Show latest version
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -11,8 +11,9 @@ test:
authors check:
script:
- AUTHORS=`bash -c "git shortlog -s | sed -e 's/^[0-9\t ]*//'| xargs -i sh -c 'grep -q \"{}\" AUTHORS.md || echo \"{} missing from authors\"'"`
- GITLOG=`echo $(git shortlog -s)`
- echo $GITLOG
- AUTHORS=$(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
- if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 1; }; fi
allow_failure: true
Loading