Skip to content

Commit

Permalink
update MANIFEST.SKIP to not include .git/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed May 11, 2024
1 parent 8107e53 commit 15399e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# pcj
^.svn/
^.github/
^.git/
^MYMETA
^\.?travis\.yml$
^\.?appveyor\.yml$
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ I use a local svn client to checkout the GitHub repo. All these things can be d

* **Build Distribution**

gmake veryclean # clear out all the extra junk
gmake realclean # clear out all the extra junk
perl Makefile.PL # create a new makefile
gmake # copy the library to ./blib/lib...
gmake distcheck # check for new or removed files
Expand All @@ -52,7 +52,7 @@ I use a local svn client to checkout the GitHub repo. All these things can be d
perl Makefile.PL && gmake distauthtest # recreate Makefile and re-run distribution test with signing & test-signature turned on
set TEST_SIGNATURE= # clear signature verification during `disttest`
gmake dist # actually make the tarball
gmake veryclean # clean out this directory
gmake realclean # clean out this directory
set MM_SIGN_DIST= # clear signatures after build

* **svn:** final commit of the development branch
Expand Down

0 comments on commit 15399e5

Please sign in to comment.