Skip to content

Commit

Permalink
Version 2.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
IzakMarais committed Oct 18, 2019
1 parent 124b9a3 commit 3859e3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean:

.PHONY: docker-build
docker-build:
@docker build -t izakmarais/grafana-reporter:2.2.1 -t izakmarais/grafana-reporter:latest .
@docker build -t izakmarais/grafana-reporter:2.3.0 -t izakmarais/grafana-reporter:latest .

docker-push:
@docker push izakmarais/grafana-reporter
Expand Down
6 changes: 3 additions & 3 deletions cmd/grafana-reporter/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ package main

//When making new release also tag git repo and update Makefile docker-buil job
const generatedMajor = "2"
const generatedMinor = "2"
const generatedRelease = "1"
const generatedGitHash = "40c2d535cc8c8bb32c9be68db00ce3bc684afa55"
const generatedMinor = "3"
const generatedRelease = "0"
const generatedGitHash = "124b9a35302b3e9d4746ec0cf643abfecda8c21d"
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,6 @@ or, the [GoConvey](http://goconvey.co/) webGUI:
### Release

A new release requires changes to the git tag, `cmd/grafana-reporter/version.go` and `Makefile: docker-build` job.
Build the Docker image and push to Dockerhub.

Build the Docker image and push to Dockerhub. Build the Windows and Linux binaries and upload to Github
using `make buildall`.

0 comments on commit 3859e3f

Please sign in to comment.