Skip to content

Commit

Permalink
add release to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoWK committed Sep 5, 2023
1 parent 55892d5 commit c92f0a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,20 @@ nfpms:
dst: /etc/systemd/system/prometheus-libvirt-exporter.service

- src: debian/prometheus-libvirt-exporter.upstart
dst: /etc/init/prometheus-libvirt-exporter.conf
dst: /etc/init/prometheus-libvirt-exporter.conf

archives:
- name_template: "{{ .ProjectName }}_{{ .Env.EXPORTER_VERSION }}_{{ .Os }}_{{ .Arch }}"
format: tar.gz

checksum:
name_template: "{{ .ProjectName }}-{{ .Env.EXPORTER_VERSION }}_checksums.txt"
algorithm: sha256

# Configuration for GitHub Releases
release:
github:
owner: Knalltuete5000
name: prometheus-libvirt-exporter
draft: true
replace_existing_draft: true
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
v0.0.1-alpha

0 comments on commit c92f0a3

Please sign in to comment.