1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: changie
Section: vcs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-charmbracelet-bubbletea-dev,
golang-github-charmbracelet-lipgloss-dev,
golang-github-cqroot-multichoose-dev,
golang-github-cqroot-prompt-dev,
golang-github-invopop-jsonschema-dev,
golang-github-kballard-go-shellquote-dev,
golang-github-masterminds-semver-dev,
golang-github-masterminds-sprig-dev,
golang-github-spf13-cobra-dev,
golang-gopkg-yaml.v3-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/miniscruff/changie
Vcs-Browser: https://forgejo.debian.net/git/changie
Vcs-Git: https://forgejo.debian.net/git/changie
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/miniscruff/changie
Package: changie
Section: vcs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: Automated changelog tool for preparing releases
Changie is a automated changelog tool for preparing releases with lots of
customization options:
.
* Separate your changelog from commit messages without conflicts.
* File based changelog management keeps your commit history and release
notes separate.
* Track changes while you work while the knowledge is fresh.
* Extensive configuration options (https://changie.dev/config) to fit
your project.
|