Skip to content

Releases: bartoszmajsak/github-changelog-generator

v0.0.8

04 Mar 09:07
7964493
Compare
Choose a tag to compare

Changelog

7964493 fix: aligns section headers for better readability in the generated docs
5ad6ea1 chore: externalizes template functions

v0.0.7

04 Feb 14:47
Compare
Choose a tag to compare

Changelog

60336c1 tmp: disables linter to unblock the release ;)
e734771 feat: generates changelog grouped by area and kinds
7b1397a tmp: turns out linter

v0.0.6

16 Apr 14:58
Compare
Choose a tag to compare

Changelog

ff8783b fix: returns non-zero code when unlabeled PRs found

v0.0.5

15 Apr 09:00
Compare
Choose a tag to compare

Changelog

75641c3 fix: defines dependabot prefix as regexp

v0.0.4

15 Apr 07:13
Compare
Choose a tag to compare

Changelog

acc16e6 fix: prints only unlabeled PRs
86bec42 fix: removes dead code
23f8e5b chore: addresses minor typos
7e11ee3 chore: ignores errors explicitly

v0.0.3

14 Apr 18:15
Compare
Choose a tag to compare

Changelog

2bf6431 feat: prints unlabeled PRs to stderr
e58ddc8 fix: aligns headers in adoc with antora layout
4d3b03b chore(ci): bumps golang to 1.14.1
6699c9c revert: collapsible section in adoc - not working with antora
1b54d34 feat: makes collapsible title in bold
c011d79 feat: makes adoc template collapsible
390847f chore(ci): bumps golang to latest 1.13.8

v0.0.2

20 Dec 14:58
Compare
Choose a tag to compare

Changelog

87e89d6 chore: cleans up release script
95450f5 fix: filters prs by labels when executing template
1766fd8 chore: bumps golang to latest release 1.13.5
3adebc3 feat: install script prints download path only

v0.0.1

11 Dec 18:34
Compare
Choose a tag to compare

Changelog

36c6812 docs: updates README with labels details and installation
ade8485 feat: get.sh for simpler installation
232db44 feat: release prepartion script
0e947b1 feat(make): ensures dep is installed first to align ginkgo version
5b03b09 fix(makefile): adds missing variables for tools target
a438970 fix(circleci): cleans up jobs definitions
bf5436c feat: adds goreleaser and release job
1dc8992 feat: shows only latest deps updates
18a0964 fix: uses defaultBranchRef instead of hardcoded master
af41135 feat: fetches changes since last gh release and thus emoving from flag
5ab151d feat: introduces asciidoc format
78bb79b fix: in case of missing label pr goes to misc
cb5ee99 fix: makes from flag require and defaults tag to UNRELEASED
3e920e1 feat: sorts dependabot prs
cc29381 feat: introduces adoc template
69c11ce fix: checks existence of GH token
190d02f chore: exposes red format for printing out msgs
551590b chore: moves release logic to github pkg
0cc6281 docs: minimal README
3ba0d54 build(deps): bumps viper to latest release
a222c6d build(test-deps): bumps ginkgo and gomega
0575419 ci(deps): bumps golang image to 1.13.4
fdd6790 chore: minor code cleanup
72bdfdd chore: renames token env var to GHC_GITHUB_TOKEN
ce06116 fix: aligns config file settings from template to project names
1004941 feat: fetching release details using GH GraphQL
c8624ff fix(golangci): linter settings
789e873 chore(circleci): updates golang to 1.13 release
b87c855 fix: custom binary name
77152d3 fix: customized code to match repo
e4fb750 Initial commit