Skip to content

Commit c3551af

Browse files
committed
Include readme & license with release
1 parent 7c706a6 commit c3551af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dot-templater"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
authors = ["Nathan Kessler <nathant93@gmail.com>"]
55
edition = "2018"
66

release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ sed -i -e "s/^version = .*/version = \"$VERSION\"/" Cargo.toml
1515
make
1616
make release
1717
cp target/release/dot-templater dot-templater/
18+
cp LICENSE dot-templater/
19+
cp README.md dot-templater/
1820
tar czf dot-templater-$VERSION-linux-x64.tar.gz dot-templater
1921
rm -rf dot-templater/

0 commit comments

Comments
 (0)