Skip to content
Snippets Groups Projects

add a release guide

Merged Bas Nijholt requested to merge release into master
Compare and Show latest version
2 files
+ 3
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
8
@@ -11,12 +11,6 @@ test:
authors check:
script:
- GITLOG=`echo $(git shortlog -s)`
- echo $GITLOG
- echo "$(git shortlog -s)"
- AUTHORS=$(git --no-pager shortlog -nse HEAD | cut -f 2-)
- echo $AUTHORS
- AUTHORS=$(git shortlog -s | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
- echo $AUTHORS
- if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 1; }; fi
- MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
- if [ ! -z "$MISSING_AUTHORS" ]; then { echo $MISSING_AUTHORS; exit 1; }; fi
allow_failure: true
Loading