Skip to content

Commit f60ab28

Browse files
committed
Add management of versions
1 parent 5ed7dda commit f60ab28

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ script: bundle exec rake book:build
1010
after_success: bundle exec rake book:tag
1111
deploy:
1212
provider: releases
13+
file_glob: true
1314
file:
14-
- progit.epub
15-
- progit.mobi
16-
- progit.pdf
15+
- progit*.epub
16+
- progit*.mobi
17+
- progit*.pdf
1718
skip_cleanup: true
1819
on:
1920
tags: true

progit.asc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Pro Git
22
=======
3+
Scott Chacon, Ben Straub
4+
$$VERSION$$, $$DATE$$
35
:doctype: book
46
:docinfo:
57
:toc:

0 commit comments

Comments
 (0)