Skip to content
Snippets Groups Projects

add a release guide

Merged Bas Nijholt requested to merge release into master
2 files
+ 1
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -12,5 +12,5 @@ test:
authors:
script:
- AUTHORS=`git shortlog -s | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"'`
- if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 1; }; fi
- if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 2; }; fi
allow_failure: true
Loading