docs(cli): add manpage (#1940)

* feat(docs): add manpage

* refactor: move man dir into docs dir
This commit is contained in:
soup 2025-01-18 22:28:44 +01:00 committed by GitHub
parent f308286484
commit aef62a93a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 153 additions and 11 deletions

View file

@ -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