Skip to content

Commit

Permalink
Include readme & license with release
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslern committed Oct 9, 2020
1 parent 7c706a6 commit c3551af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dot-templater"
version = "1.4.1"
version = "1.4.2"
authors = ["Nathan Kessler <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ sed -i -e "s/^version = .*/version = \"$VERSION\"/" Cargo.toml
make
make release
cp target/release/dot-templater dot-templater/
cp LICENSE dot-templater/
cp README.md dot-templater/
tar czf dot-templater-$VERSION-linux-x64.tar.gz dot-templater
rm -rf dot-templater/

0 comments on commit c3551af

Please sign in to comment.