Skip to content

Commit

Permalink
Rename History.md to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Dec 6, 2020
1 parent 4099a7d commit 803554e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LOG_ENTRY="${VERSION} / $(date +%Y-%m-%d)\n\
\n\
* ...\n"

sed -i "1i $LOG_ENTRY" History.md
sed -i "1i $LOG_ENTRY" CHANGELOG.md
sed -i "s/\(\"version\"\):.*$/\1: \"${VERSION}\",/" package.json
sed -i "s/\(v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\)/v${VERSION}/g" README.md
sed -i "s/Qty.version =.*$/Qty.version = \"${VERSION}\";/" src/quantities.js
Expand Down
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
VERSION=$(cat RELEASE)
TAG=v${VERSION}

git add History.md README.md package.json \
git add CHANGELOG.md README.md package.json \
RELEASE src/quantities.js build/quantities.js build/quantities.mjs
git commit -m "Release ${TAG}"
git tag "${TAG}"
Expand Down

0 comments on commit 803554e

Please sign in to comment.