Skip to content

Commit

Permalink
avoid adding unwanted files to CPAN distributions.
Browse files Browse the repository at this point in the history
Address #733
  • Loading branch information
gugod committed Nov 27, 2021
1 parent 945b5cb commit 31a1957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -2,6 +2,7 @@
\bCVS\b
^MANIFEST\.
^Makefile$
^Build$
~$
^#
\.old$
Expand Down
2 changes: 2 additions & 0 deletions dev-bin/release.sh
Expand Up @@ -3,6 +3,8 @@
# Make sure we are at the right directory.
cd $(dirname $0)/..

git clean -xdf

CURRENT_VERSION=$(egrep 'our \$VERSION = "[\.0-9]+";' lib/App/perlbrew.pm | egrep -o '[0-9]+' | tail -1)
RELEASE_VERSION=0.$((CURRENT_VERSION+1))
RELEASE_TIMESTAMP=$(date +'%FT%T%z')
Expand Down

0 comments on commit 31a1957

Please sign in to comment.