Skip to content

Commit be2f336

Browse files
committed
add changelog
1 parent 69471f2 commit be2f336

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.promu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ build:
1010
-X github.com/prometheus/common/version.Version={{.Version}}
1111
-X github.com/prometheus/common/version.Revision={{.Revision}}
1212
-X github.com/prometheus/common/version.Branch={{.Branch}}
13-
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
1413
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
1514
tarball:
1615
files:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.0 / 2020-11-23
2+
3+
Initial release.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Needs to be defined before including Makefile.common to auto-generate targets
1515
DOCKER_ARCHS ?= amd64
16-
DOCKER_IMAGE_NAME ?= ghactions-exporter
16+
DOCKER_IMAGE_NAME ?= github_actions_exporter
1717

1818
all:: vet checkmetrics common-all
1919

0 commit comments

Comments
 (0)