Skip to content

Commit

Permalink
#66 bumping the version and fixing the way the version is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Jul 28, 2020
1 parent db42cd2 commit c445f8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: output/ttt*
tag: v0.1
tag: v0.9
overwrite: true
file_glob: true
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace :book do
book_dir = 'book'
output_dir = 'output'

version_string = ENV['TRAVIS_TAG'] || `git describe --tags`.chomp
version_string = ENV['TRAVIS_TAG'] || `git describe --tags | cut -d- -f1`.chomp
if version_string.empty?
version_string = '1.0'
end
Expand Down
6 changes: 3 additions & 3 deletions book/colophon.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[colophon]
[[colophon]]
= Colophon

The Nosillacast Press
Expand All @@ -9,15 +9,15 @@ Published in the Milky Way Galaxy

Version {revnumber}

Date {revdate}
Date revision {revdate}

_Compiled: {compile_time}_

This book is designed and handcrafted by {producer}.
The cover is designed by {cover-artist}.
The font types are Noto Sans and Noto Serif.

Created in Asciidoctor and macOS.
Created in https://asciidoctor.org[Asciidoctor] and macOS.

[[license]]
*Creative Commons license*
Expand Down

0 comments on commit c445f8e

Please sign in to comment.