Skip to content

Commit

Permalink
update docs and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Jan 8, 2018
1 parent 48f3ee1 commit 23baffd
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 22 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,10 @@ release-note: reno-lint release-note-news release-note-github
release-note-news:
@echo "Generating release note for NEWS file"
@pipenv run reno report 2>/dev/null | \
pandoc -f rst -t asciidoc --normalize --wrap=none --columns=100 --atx-headers | \
pandoc -f rst -t markdown --normalize --wrap=auto --columns=100 --atx-headers --tab-stop 2 | \
grep -v '\[\[' | \
grep -v -E '^\.\.' > NEWS.tmp
@echo >> NEWS.tmp
@echo >> NEWS.tmp
@cat NEWS >> NEWS.tmp
@rm -f NEWS
@mv NEWS.tmp NEWS
grep -v -E '^\.\.' > NEWS.md
@cat releasenotes/archive/NEWS.pre-3.0 >> NEWS.md

release-note-github:
@echo
Expand Down
Loading

0 comments on commit 23baffd

Please sign in to comment.