Skip to content

Commit

Permalink
Add a release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 18, 2024
1 parent 85c52a0 commit cc94842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
ver=1.2.0
mkdir fstabfmt-$ver
cp -v *.go Makefile LICENSE README.md fstabfmt-$ver/
tar zcvf fstabfmt-$ver.tar.gz fstabfmt-$ver/
rm -r fstabfmt-$ver/

0 comments on commit cc94842

Please sign in to comment.