We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e2d9 commit 9ccf4ecCopy full SHA for 9ccf4ec
scripts/post-release.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+set -eux
3
+
4
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
+cd $SCRIPT_DIR/..
6
7
+OLD_VERSION="${1}"
8
+NEW_VERSION="${2}"
9
10
+# Add a new unreleased entry in the changelog
11
+sed -i "" 's/# Changelog/# Changelog\n\n## Unreleased/' CHANGELOG.md
0 commit comments