Skip to content

Commit

Permalink
chore: include commit links in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable committed Apr 25, 2020
1 parent a3c93b2 commit 8f62202
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .perfektrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"lineFormat": "- %message% [%hash%](https://github.com/lekterable/perfekt/commit/%HASH%)"
}
45 changes: 23 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,59 @@

## Features

- introduce changelog customization using config file e66d6176
- use higher level of headers for changelog eea23d95
- add %HASH% placeholder to line format [a3c93b2f](https://github.com/lekterable/perfekt/commit/a3c93b2f6620e467fb58a87953a8a8c9a626aadc)
- introduce changelog customization using config file [e66d6176](https://github.com/lekterable/perfekt/commit/e66d61767f1013360cc45fb653f498c1e944a7b0)
- use higher level of headers for changelog [eea23d95](https://github.com/lekterable/perfekt/commit/eea23d9532ef27fc1350247512ee8289532408ad)

## Fixes

- stop adding empty line at the end of the file on --root faee4801
- stop adding Latest when not applicable c64fa467
- stop adding empty line at the end of the file on --root [faee4801](https://github.com/lekterable/perfekt/commit/faee480108aab450a606ac8132f89c9f42ec8ab3)
- stop adding Latest when not applicable [c64fa467](https://github.com/lekterable/perfekt/commit/c64fa4673612f90b349d125912f07d5db4140bcd)

# 1.0.0

## BREAKING

- group changelog entries by type c5f11dab
- group changelog entries by type [c5f11dab](https://github.com/lekterable/perfekt/commit/c5f11dab8f350e3765e0435122494fac959bf3da)

## Features

- add --root option b813606b
- add initialize config feature 187e9201
- add package version b9108801
- prepend the CHANGELOG file instead of rewriting it 960ea6f5
- add update version feature fdef971e
- add --root option [b813606b](https://github.com/lekterable/perfekt/commit/b813606b18a1bdd1acb89db615db26705dcc72f4)
- add initialize config feature [187e9201](https://github.com/lekterable/perfekt/commit/187e92014cbeaa576cfca2218e8bf6d406fc724a)
- add package version [b9108801](https://github.com/lekterable/perfekt/commit/b91088017bbc059063d0ced001427b1b1ec03da2)
- prepend the CHANGELOG file instead of rewriting it [960ea6f5](https://github.com/lekterable/perfekt/commit/960ea6f5b301d181da1a6f644627af183e1e513e)
- add update version feature [fdef971e](https://github.com/lekterable/perfekt/commit/fdef971e2cb81062be1dedefac4da1c8d1b36dd7)

## Misc

- move util tests to separate files db810d58
- move commands to separate files dbd5fa05
- move util tests to separate files [db810d58](https://github.com/lekterable/perfekt/commit/db810d5879dbfb9ea5981750285d09bef760ea15)
- move commands to separate files [dbd5fa05](https://github.com/lekterable/perfekt/commit/dbd5fa05035bb0a7b8279155cb987e85f882a503)

# 0.2.0

## Features

- include changelog in the releases 2da21c56
- add option to write to local CHANGELOG file 51ef458b
- include changelog in the releases [2da21c56](https://github.com/lekterable/perfekt/commit/2da21c56b13af5ea23e6c3660bf67dd7dffcae8a)
- add option to write to local CHANGELOG file [51ef458b](https://github.com/lekterable/perfekt/commit/51ef458bb35d3bbdcf149d37c640b0f0d2c09bf0)

## Misc

- add utils tests 217b25d0
- extract line generating logic to function and promisify exec e69a284b
- add utils tests [217b25d0](https://github.com/lekterable/perfekt/commit/217b25d0b22b0280178f776a6a8e294b9d32ef6c)
- extract line generating logic to function and promisify exec [e69a284b](https://github.com/lekterable/perfekt/commit/e69a284b02c7a70c6c2d0c297c663235c8d3dacd)

# 0.1.0

## Features

- add execute release feature 4e02179c
- exclude CHANGELOG scoped entries 847282e9
- add generate changelog feature 7b907d9d
- init :seedling: c681eb22
- add execute release feature [4e02179c](https://github.com/lekterable/perfekt/commit/4e02179cae1234d7083036024080a3f25fcb52c2)
- exclude CHANGELOG scoped entries [847282e9](https://github.com/lekterable/perfekt/commit/847282e92d695a14b1bd1201197e39b3c890621e)
- add generate changelog feature [7b907d9d](https://github.com/lekterable/perfekt/commit/7b907d9dde9ad20a2138c06332ba920522f42dab)
- init :seedling: [c681eb22](https://github.com/lekterable/perfekt/commit/c681eb22a1b2662d0ddc168d2989d2f31be93d97)

## Fixes

- support other conventions b2f59019
- support other conventions [b2f59019](https://github.com/lekterable/perfekt/commit/b2f5901922505efbfb6dd684252e8df0cdffeeb2)

## Misc

- add CHANGELOG.md f14c2848
- add CHANGELOG.md [f14c2848](https://github.com/lekterable/perfekt/commit/f14c28483e506dcec028d040eb1dfaf7c04dd2f6)

0 comments on commit 8f62202

Please sign in to comment.