Skip to content

v0.0.1

Compare
Choose a tag to compare
@bartoszmajsak bartoszmajsak released this 11 Dec 18:34
· 23 commits to master since this release

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