Skip to content

Commit 6606b29

Browse files
committed
chore(release): add changelog + add release badge to readme
1 parent 1db3d42 commit 6606b29

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# [1.0.0](https://github.com/olets/porcelain-prompt/compare/initial...v1.0.0) (2020-04-23)
2+
3+
Default prompt, component kit, recipes, and docs.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Git Prompt Kit
1+
# Git Prompt Kit ![GitHub release (latest by date)](https://img.shields.io/github/v/release/olets/git-prompt-kit)
22

33
By default, Git Prompt Kit adds a prompt that includes the time, the current working directory, Git ref info, Git file info, and Git action info. It is very fast, thanks to gitstatus. Symbols, colors, under what conditions information is shown, and layout are configurable; the current working directory can be replaced with any content.
44

@@ -345,6 +345,10 @@ Showing "dimmed" components was inspired by Arialdo Martini's [oh-my-git](https:
345345

346346
Using Git's short status format was inspired by Michael Allen's [git-radar](https://github.com/michaeldfallen/git-radar).
347347

348+
## Changelog
349+
350+
See the [CHANGELOG](CHANGELOG.md) file.
351+
348352
## Contributing
349353

350354
Thanks for your interest. Contributions are welcome!

0 commit comments

Comments
 (0)