Casey Rodarmor
85246d816c
Release v0.1.6
...
- Bump version: 0.1.5 → 0.1.6
- Update dependencies
- Regenerate documentation
type: release
2020-04-19 23:27:32 -07:00
Casey Rodarmor
65597c9851
Add --terminal
override terminal autodetection
...
The `--terminal` flag can be used to override terminal autodetection and
force `imdl` to behave as if standard error and standard output are
connected to a terminal.
type: added
fixes:
- https://github.com/casey/intermodal/issues/398
2020-04-19 22:51:18 -07:00
Casey Rodarmor
04338e3501
Merge documentation and changelog generation
...
Merge documentation generation into a single binary, `bin/gen`. This
includes: The changelog, man pages, the readme, and the book.
type: reform
2020-04-17 21:31:54 -07:00
Casey Rodarmor
707fdea21d
Release v0.1.5
...
- Bump version: 0.1.4 -> 0.1.5
- Update changelog
- Update man page
- Update book
type: release
pr: https://github.com/casey/intermodal/pull/366
2020-04-11 04:28:23 -07:00
Casey Rodarmor
f070c62b12
Release v0.1.4
...
- Bump version: 0.1.3
- Update dependencies
- Update generated documentation
type: release
pr: https://github.com/casey/intermodal/pull/354
2020-04-10 15:32:32 -07:00
Casey Rodarmor
8e6a2b0034
Release v0.1.3
...
- Bump version: 0.1.2 -> 0.1.3
- Update changelog
- Update book
- Add `update` recipe
type: release
2020-04-09 17:30:04 -07:00
Casey Rodarmor
268c62b66d
Add bin/man
command for generating man pages
...
Generates man pages and book entries for all subcommands, and keeps the
commands index in the book up to date.
There is much cursed roff munging in this diff.
type: documentation
2020-04-09 15:23:12 -07:00
Casey Rodarmor
685883f026
Release v0.1.2
...
- Bump version: v0.1.2 -> v0.2.3
- Update man page
- Update changelog
- Update release recipe
type: release
2020-04-07 23:58:20 -07:00
Casey Rodarmor
a5e1273187
Update man page with new version number
...
type: documentation
2020-04-07 19:01:38 -07:00
Casey Rodarmor
3131b0d56c
Generate man page with from --help
with help2man
...
type: documentation
2020-04-07 19:01:37 -07:00