Releases: kunickiaj/beer
v0.4.0-1
v0.4.0
v0.3.1
v0.3.0
Changelog
3490d05 Add module download hook
27bcfa4 Fix a bug where project key was not being inferred.
4ef4ded Include the JIRA Description in the commit message after a blank line.
0fff48f Update README.md
d1b29f9 Update README.md
Docker images
docker pull kunickiaj/beer:v0.3.0
docker pull kunickiaj/beer:latest
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
d3d3a28 Add support for components and labels when creating a new issue.
8a2b0a1 Fix taste command, report progress
1415e43 Revert "add goreleaser support" Revert "replace git2go with pure go library to avoid cgo"
e83d900 Switch to go-git for a pure golang implementation (#5)
090c5a8 Upgrade libgit2
48055aa add binary artifact to build
d0edefd fix missing dependency installation in both jobs
b47ddd2 migrate to gitlab-ci
d28ff63 migrate to gitlab-ci
Docker images
docker pull kunickiaj/beer:v0.2.0
docker pull kunickiaj/beer:latest
v0.1.0
Changelog
39b4858 Add JIRA client
7cf27b1 Add logrus for formatted logging.
17bd00f Add required install of libgit2
7dbe3f7 Add taste cmd for pushing a review
2cf9381 Ensure user is assigned to an issue that is being brewed.
cdf0520 Fix incorrect args validation
899f446 Implement first version of brew command
4289834 Initial commit
1eba6ab Move from draft to WIP API
c3956e8 Update README
5ae984a Update README with more detailed instructions.
5c00f64 Upgrade to latest libgit2
8f19c62 add goreleaser support
1f65ddb add taste cmd and travis-ci support
87b92e0 allow searching for a repo from subdirs.
f336e8c fix version of libgit2 for linking
bd57300 initial scaffold
0a3085d minor cleanup
736cf52 move deps to before_install
cc8a891 replace git2go with pure go library to avoid cgo