Skip to content
Snippets Groups Projects
Commit b3c3cab4 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

adapt REALEASE.md for new changelog format

parent 967959c1
Branches
Tags
No related merge requests found
......@@ -9,10 +9,11 @@ Upstream
perl -pi -E \
"s{^AC_INIT\(\[backupninja\],\[[0-9.]+\],}{AC_INIT([backupninja],[$VERSION],}" \
configure.ac && \
RELEASE_DATE=$(LC_ALL=C date '+%B %d, %Y') perl -pi -E \
"s{^version\s+[0-9.]+\s+--\s+UNRELEASED$}{version $VERSION -- $RELEASE_DATE}" \
ChangeLog
configure.ac
RELEASE_DATE=$(LC_ALL=C date '+%B %d, %Y'); perl -pi -E \
"s{^## \[Unreleased\].*}{## [$VERSION] - $RELEASE_DATE}" \
CHANGELOG.md
* commit, tag and create the tarball:
......@@ -81,4 +82,4 @@ Open the next development cycle
===============================
* `git checkout master`
* Add an empty new section in `ChangeLog`, commit and push.
* Add an empty new section in `CHANGELOG.md`, commit and push.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment