From 8c5e9c5e7cca958cf5cf364f76494fcae1d24b5d Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 28 Dec 2019 16:02:15 +0100 Subject: scripts: Add sdist to bump.sh --- scripts/bump.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bump.sh b/scripts/bump.sh index a5a2ba7..375307d 100755 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -19,6 +19,8 @@ cd $(dirname $0)/.. sed -r -i 's/^(version:[[:space:]]*)[0-9.]+/\1'"$VERSION"'/' cabal-helper.cabal git add cabal-helper.cabal -git commit -m "Bump version to $VERSION" +git commit -m "Release version $VERSION" --allow-empty git tag "v$VERSION" + +cabal v2-sdist -- cgit v1.2.3