Added 'make changes_github' and 'make changes', updated release checklist.
This commit is contained in:
parent
07e1234c3b
commit
8914b6530a
2 changed files with 7 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -23,9 +23,12 @@ test:
|
|||
bench:
|
||||
cabal bench
|
||||
|
||||
changes:
|
||||
changes_github:
|
||||
pandoc --filter extract-changes.hs changelog -t markdown_github | pbcopy
|
||||
|
||||
changes:
|
||||
pandoc --filter extract-changes.hs changelog -t markdown | pbcopy
|
||||
|
||||
install: full
|
||||
cabal copy
|
||||
cabal register
|
||||
|
@ -61,4 +64,4 @@ download_stats:
|
|||
clean:
|
||||
cabal clean
|
||||
|
||||
.PHONY: deps quick full install clean test bench changes osxpkg dist prof download_stats
|
||||
.PHONY: deps quick full install clean test bench changes changes_github osxpkg dist prof download_stats
|
||||
|
|
|
@ -16,11 +16,11 @@ _ Generate Mac OSX package.
|
|||
|
||||
_ Generate Ubuntu/Debian deb package (cd deb; make package).
|
||||
|
||||
- Add release on github (and upload files)
|
||||
- Add release on github (use 'make changes_github' and upload files)
|
||||
|
||||
_ Upload to HackageDB
|
||||
|
||||
_ Update website, including short description of changes
|
||||
_ Update website, including short description of changes ('make changes')
|
||||
|
||||
_ Announce on pandoc-announce, pandoc-discuss
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue