Skip to content

Commit

Permalink
release: 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuoe committed Nov 18, 2022
1 parent 410439a commit 4058f75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.2.2] - 2022-11-18

### Fixed

Expand Down Expand Up @@ -42,7 +42,7 @@ This is a bugfix release that ensures [building kc from source](./BUILD.md) work

Initial release.

[Unreleased]: https://github.com/xuoe/kc/compare/0.2.1...HEAD
[0.2.2]: https://github.com/xuoe/kc/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/xuoe/kc/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/xuoe/kc/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/xuoe/kc/releases/tag/0.1.0
19 changes: 14 additions & 5 deletions docs/MANUAL.roff
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'\" t
.\" Title: kc
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2019-12-29
.\" Generator: Asciidoctor 2.0.15
.\" Date: 2022-11-18
.\" Manual: kc Manual
.\" Source: kc 0.2.1
.\" Source: kc 0.2.2
.\" Language: English
.\"
.TH "KC" "1" "2019-12-29" "kc 0.2.1" "kc Manual"
.TH "KC" "1" "2022-11-18" "kc 0.2.2" "kc Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand All @@ -31,7 +31,6 @@
kc \- a tool for managing changelogs
.SH "SYNOPSIS"
.sp
.sp
.nf
\fBkc\fP [\fIOPTION\fP]... \fICOMMAND\fP [ARGS]...
\fBkc\fP [\fIOPTION\fP]... [\fILABEL\fP] [\fITEXT\fP]...
Expand Down Expand Up @@ -356,6 +355,7 @@ Initialize and inspect a changelog file:
.sp
.if n .RS 4
.nf
.fam C
$ kc \-\-init
Title [Changelog]: <RETURN>
$ kc \-\-print changelog file
Expand All @@ -364,13 +364,15 @@ $ kc \-\-print changelog file
## Unreleased
$ kc \-\-print changelog path
CHANGELOG.md
.fam
.fi
.if n .RE
.sp
Initialize and inspect a configuration file:
.sp
.if n .RS 4
.nf
.fam C
$ kc \-\-init conf github
Repository [user/repository]: xuoe/kc<RETURN>
$ kc \-\-print conf path
Expand All @@ -391,13 +393,15 @@ $ kc \-\-print conf file
"Fixed",
"Deprecated",
]
.fam
.fi
.if n .RE
.sp
Create a changelog, append a change, cut a release:
.sp
.if n .RS 4
.nf
.fam C
$ kc \-\-init
Title [Changelog]: <RETURN>
$ kc a This is an example change.
Expand All @@ -421,13 +425,15 @@ $ kc \-\-print ch.f # shorthand for "changelog file"
\- This is an example change.
$ kc \-\-list
0.1.0
.fam
.fi
.if n .RE
.sp
Delete releases:
.sp
.if n .RS 4
.nf
.fam C
$ kc \-\-list
0.3.0
0.2.2
Expand All @@ -448,17 +454,20 @@ $ kc \-\-list
0.2.2
0.2.1
0.2.0
.fam
.fi
.if n .RE
.sp
Print the path to the active changelog:
.sp
.if n .RS 4
.nf
.fam C
$ touch CHANGELOG.md
$ mkdir \-p a/b/c; cd a/b/c
$ kc \-\-print changelog path
\&../../../CHANGELOG.md
.fam
.fi
.if n .RE
.SH "LICENSE"
Expand Down

0 comments on commit 4058f75

Please sign in to comment.