Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 27376d2

Browse files
committed
added goreleaser
1 parent a2991e9 commit 27376d2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/content/configuration/file.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ Attribute's description:
109109
* **Name**: name of the tag to check
110110
* **Match**: the regular expression used to check the tag value. No need to put the regular expression between '/' characters.
111111

112+
If **Measurement** is not specified, the tags will be applied to all measurements.
113+
114+
To specify multiple measurements, split them by comma: **measurement1,measurement2**
115+
112116
It's possible to add multiple tags for the same data:
113117

114118

goreleaser.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .goreleaser.yml
2+
builds:
3+
- binary: nmon2influxdb
4+
goos:
5+
- windows
6+
- darwin
7+
- linux
8+
goarch:
9+
- amd64
10+
archive:
11+
format: tar.gz
12+
replacements:
13+
amd64: 64-bit
14+
darwin: macOS
15+
release:
16+
github:
17+
owner: adejoux
18+
name: nmon2influxdb
19+
draft: false
20+
prerelease: false

0 commit comments

Comments
 (0)