Files
mapmap/scripts/update-changelog.sh
Alexandre Quessy cc960fdae6 Prepare 0.6.0
2018-04-08 17:34:13 -04:00

8 lines
143 B
Bash
Executable File

#!/bin/sh
cd $(dirname $0)
cd ..
cd src/mapmap
set -o verbose
# Convert markdown file to html
markdown NEWS > docs/informations/CHANGELOG.html