Update man page with new version number
type: documentation
This commit is contained in:
parent
93c23d29f2
commit
a5e1273187
2
justfile
2
justfile
|
@ -93,10 +93,10 @@ pr: push
|
|||
|
||||
publish-check: check check-man
|
||||
cargo outdated --exit-code 1
|
||||
git branch | grep '* master'
|
||||
grep {{version}} CHANGELOG.md
|
||||
|
||||
publish: publish-check
|
||||
git branch | grep '* master'
|
||||
git tag -a {{version}} -m 'Release {{version}}'
|
||||
git push github {{version}}
|
||||
cargo publish
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
||||
.TH IMDL "1" "March 2020" "imdl v0.1.0" "IMDL MANUAL"
|
||||
.TH IMDL "1" "March 2020" "imdl v0.1.1" "IMDL MANUAL"
|
||||
.SH NAME
|
||||
imdl \- BitTorrent metainfo utility
|
||||
.SH DESCRIPTION
|
||||
imdl v0.1.0
|
||||
imdl v0.1.1
|
||||
Casey Rodarmor <casey@rodarmor.com>
|
||||
|
||||
A 40' shipping container for the internet \- https://github.com/casey/intermodal
|
||||
|
|
Loading…
Reference in New Issue
Block a user