egison / egison-pattern-src

Manipulating Egison patterns: abstract syntax, parser, and pretty-printer

Home Page:https://hackage.haskell.org/package/egison-pattern-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use tag message to supply the release body

coord-e opened this issue · comments

We currently take the body of tagged commit message. Taking it from tag message (logged with git tag -a) would be better.

release_message="$(git show -s --format=%b ${GITHUB_SHA})"