mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
docs(cli): add manpage (#1940)
* feat(docs): add manpage * refactor: move man dir into docs dir
This commit is contained in:
parent
f308286484
commit
aef62a93a6
3 changed files with 153 additions and 11 deletions
|
@ -81,18 +81,18 @@ release:
|
|||
prerelease: auto
|
||||
footer: |
|
||||
**Full Changelog**: https://github.com/autobrr/autobrr/compare/{{ .PreviousTag }}...{{ .Tag }}
|
||||
|
||||
|
||||
## Docker images
|
||||
|
||||
|
||||
- `docker pull ghcr.io/autobrr/autobrr:{{ .Tag }}`
|
||||
|
||||
|
||||
## What to do next?
|
||||
|
||||
|
||||
- Read the [documentation](https://autobrr.com)
|
||||
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)
|
||||
|
||||
checksum:
|
||||
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
|
||||
|
||||
changelog:
|
||||
sort: asc
|
||||
|
@ -103,10 +103,10 @@ changelog:
|
|||
- Merge remote-tracking branch
|
||||
- Merge branch
|
||||
groups:
|
||||
- title: 'New Features'
|
||||
- title: "New Features"
|
||||
regexp: "^.*feat[(\\w)]*:+.*$"
|
||||
order: 0
|
||||
- title: 'Bug fixes'
|
||||
- title: "Bug fixes"
|
||||
regexp: "^.*fix[(\\w)]*:+.*$"
|
||||
order: 10
|
||||
- title: Other work
|
||||
|
@ -117,7 +117,10 @@ nfpms:
|
|||
homepage: https://autobrr.com
|
||||
maintainer: Autobrr <packages@autobrr.com>
|
||||
description: |-
|
||||
autobrr is the modern download automation tool for torrents and usenet.
|
||||
autobrr is the modern download automation tool for torrents and usenet.
|
||||
contents:
|
||||
- src: docs/man/autobrr.1
|
||||
dst: /usr/share/man/man1/autobrr.1
|
||||
formats:
|
||||
- apk
|
||||
- deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue