Skip to content

Commit

Permalink
Add create_pgxn_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Nov 24, 2017
1 parent 5c1ce1e commit 9ef1f49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions create_pgxn_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

version=$(cat META.json | jq -c -r .version)

git archive --format zip --prefix=treasuredata_fdw-${version}/ --output treasuredata_fdw-${version}.zip master

0 comments on commit 9ef1f49

Please sign in to comment.